]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
added capsule wheel and table
[l2e.git] / src / menu / Resources.h
index 47e46256f668fbcf2f8db6425c66c9908c059747..1f6d2077912d41fd57ca4792b8602ed7375c2f60 100644 (file)
@@ -46,7 +46,9 @@ struct Resources {
        const char *gutLabel;
        const char *mgrLabel;
 
+       const char *hpLabel;
        const char *ipLabel;
+       const char *levelLabel;
        const char *experienceLabel;
        const char *nextLevelLabel;
 
@@ -59,6 +61,7 @@ struct Resources {
        const char *itemMenuUseText;
        const char *itemMenuSortText;
        const char *itemMenuDropText;
+       const char *itemMenuSelectText;
 
        graphics::MenuProperties *inventoryMenuProperties;
 
@@ -91,6 +94,7 @@ struct Resources {
        graphics::Texture *capsulebg;
 
        graphics::MenuProperties *capsuleMenuProperties;
+       graphics::MenuProperties *capsuleFeedMenuProperties;
 
        const char *capsuleFeedLabel;
        const char *capsuleChangeLabel;
@@ -101,6 +105,24 @@ struct Resources {
        const char *capsuleAttack1Label;
        const char *capsuleAttack2Label;
        const char *capsuleAttack3Label;
+       const char *capsuleNoAttackText;
+       const char *capsuleNotHungryText;
+
+       graphics::CharSelect *capsuleNameCharSelectTemplate;
+
+       graphics::Sprite *capsuleSelectTopLeft;
+       graphics::Sprite *capsuleSelectTopRight;
+       graphics::Sprite *capsuleSelectTopRepeat;
+       graphics::Sprite *capsuleSelectBottomLeft;
+       graphics::Sprite *capsuleSelectBottomRight;
+       graphics::Sprite *capsuleSelectBottomRepeat;
+       graphics::Texture *capsuleSelectLeftRepeat;
+       graphics::Texture *capsuleSelectRightRepeat;
+       graphics::Sprite *capsuleSelectLadder;
+       graphics::Sprite *capsuleSelectCursor;
+
+       graphics::Sprite *capsuleAlignmentWheel;
+       graphics::Sprite *capsuleAlignmentCursor;
 
        Resources();