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