X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmenu%2FResources.h;h=0b3b435f7019e80dc8e1f4f860c7ed9ce3bab1de;hb=317100aa5878503dad034a1e1eb734d1e952f842;hp=8969eb8e8ba514c8ee7f4df91f3043c668177bb5;hpb=e4f678d8cce5408590178bc873fde1754c037d0d;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 8969eb8..0b3b435 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -16,6 +16,40 @@ struct Resources { graphics::Texture *menubg; + graphics::Font *normalFont; + graphics::Font *statusFont; + + graphics::Sprite *statusLabels; + graphics::Frame *statusFrame; + + graphics::MenuProperties *mainMenuProperties; + const char *mainMenuItemText; + const char *mainMenuSpellText; + const char *mainMenuCapsuleText; + const char *mainMenuEquipmentText; + const char *mainMenuStatusText; + const char *mainMenuChangeText; + const char *mainMenuConfigText; + const char *mainMenuScenarioText; + + const char *mainMenuTimeText; + const char *mainMenuGoldText; + + graphics::Sprite *heroCursor; + int heroCursorBlinkTime; + + const char *noEquipmentText; + + graphics::Sprite *shoulderNav; + + const char *atpLabel; + const char *dfpLabel; + const char *strLabel; + const char *aglLabel; + const char *intLabel; + const char *gutLabel; + const char *mgrLabel; + Resources(); };