]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
rough implementation of capsule feeding
[l2e.git] / src / menu / Resources.h
index be2fb2559284568a753346e6404d221710be49c1..1790a2777c8ee0f371327081c0be0e7ba0918a83 100644 (file)
@@ -108,6 +108,26 @@ struct Resources {
        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;
+
+       graphics::Sprite *capsuleGrowthLabel;
+       graphics::Sprite *capsuleGrowthBar;
+       graphics::Sprite *capsuleGrowthBarFilled;
+
        Resources();
 
        static void CreateTypeDescription();