X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=1790a2777c8ee0f371327081c0be0e7ba0918a83;hb=c5e56f45e08fcc6c4dceb586ce3d671a3f3907ab;hp=6fc064167d3ca901508e57d8eaef0dbff1ab31bb;hpb=9666839d0ca6c794d28226a007870c82ef4ddb20;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 6fc0641..1790a27 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -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();