]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
added hero's stats in status screen
[l2e.git] / src / menu / Resources.h
index 6472d3c61beff972e61022cff59e15713a0f0625..0b3b435f7019e80dc8e1f4f860c7ed9ce3bab1de 100644 (file)
@@ -35,6 +35,21 @@ 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;
+
        Resources();
 
 };