X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=05ceaf3fa04b7ed785b6758679a57485a095d645;hb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;hp=eb6181658eec266ae7185883e1698e97c7892db6;hpb=243cb7d922fe888be8d18241de138ad5949de430;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index eb61816..05ceaf3 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -19,6 +19,9 @@ struct Resources { graphics::Font *normalFont; graphics::Font *statusFont; + graphics::Sprite *menuCursor; + graphics::Sprite *menuActiveCursor; + graphics::Sprite *statusLabels; graphics::Frame *statusFrame; @@ -42,6 +45,30 @@ struct Resources { graphics::Sprite *shoulderNav; + const char *atpLabel; + const char *dfpLabel; + const char *strLabel; + const char *aglLabel; + const char *intLabel; + const char *gutLabel; + const char *mgrLabel; + + const char *ipLabel; + const char *experienceLabel; + const char *nextLevelLabel; + + graphics::MenuProperties *statusMenuProperties; + + const char *nextLabel; + const char *returnLabel; + + graphics::MenuProperties *itemMenuProperties; + const char *itemMenuUseText; + const char *itemMenuSortText; + const char *itemMenuDropText; + + graphics::MenuProperties *inventoryMenuProperties; + Resources(); };