]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
added capsule wheel and table
[l2e.git] / src / menu / Resources.h
index be2fb2559284568a753346e6404d221710be49c1..1f6d2077912d41fd57ca4792b8602ed7375c2f60 100644 (file)
@@ -108,6 +108,22 @@ 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;
+
        Resources();
 
        static void CreateTypeDescription();