]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
added basic (non-functional) inventory menu
[l2e.git] / src / menu / Resources.h
index 6472d3c61beff972e61022cff59e15713a0f0625..32d393e1b880d8ef1b831ca5823ab7cb688c53e8 100644 (file)
@@ -35,6 +35,37 @@ struct Resources {
        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;
+
+       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();
 
 };