X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=47e46256f668fbcf2f8db6425c66c9908c059747;hb=10a8d3a83e7ad6815bc9f752922239ef32073a5e;hp=62b825ded0cf94b39d7bf2b6597035bfb86d65d1;hpb=37f46a0eb5ddbf9e3de672cf6da97605e41bd1f4;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 62b825d..47e4625 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -1,10 +1,3 @@ -/* - * Resources.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef MENU_RESOURCES_H_ #define MENU_RESOURCES_H_ @@ -14,15 +7,14 @@ namespace menu { struct Resources { + static const int TYPE_ID = 701; + graphics::Texture *menubg; graphics::Font *normalFont; graphics::Font *inactiveFont; graphics::Font *statusFont; - graphics::Sprite *menuCursor; - graphics::Sprite *menuActiveCursor; - graphics::Sprite *statusLabels; graphics::Frame *statusFrame; @@ -96,8 +88,25 @@ struct Resources { graphics::MenuProperties *scenarioMenuProperties; const char *scenarioMenuHeadline; + graphics::Texture *capsulebg; + + graphics::MenuProperties *capsuleMenuProperties; + + const char *capsuleFeedLabel; + const char *capsuleChangeLabel; + const char *capsuleNameLabel; + const char *capsuleClassLabel; + const char *capsuleAlignmentLabel; + const char *capsuleTribeLabel; + const char *capsuleAttack1Label; + const char *capsuleAttack2Label; + const char *capsuleAttack3Label; + Resources(); + static void CreateTypeDescription(); + static void Construct(void *); + }; }