]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
rough implementation of capsule feeding
[l2e.git] / src / menu / Resources.h
index 6fc064167d3ca901508e57d8eaef0dbff1ab31bb..1790a2777c8ee0f371327081c0be0e7ba0918a83 100644 (file)
@@ -110,6 +110,24 @@ struct Resources {
 
        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();