]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
added capsule wheel and table
[l2e.git] / src / menu / Resources.h
index 5b581e6bd9dc97ba3c9db8104892b4b52e90f031..1f6d2077912d41fd57ca4792b8602ed7375c2f60 100644 (file)
@@ -61,6 +61,7 @@ struct Resources {
        const char *itemMenuUseText;
        const char *itemMenuSortText;
        const char *itemMenuDropText;
+       const char *itemMenuSelectText;
 
        graphics::MenuProperties *inventoryMenuProperties;
 
@@ -93,6 +94,7 @@ struct Resources {
        graphics::Texture *capsulebg;
 
        graphics::MenuProperties *capsuleMenuProperties;
+       graphics::MenuProperties *capsuleFeedMenuProperties;
 
        const char *capsuleFeedLabel;
        const char *capsuleChangeLabel;
@@ -104,6 +106,23 @@ struct Resources {
        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();