]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
added most of the capsule main menu's features
[l2e.git] / src / menu / Resources.h
index 9ea26e665000270d0b024e7ef5eaa550cd9b07b3..5b581e6bd9dc97ba3c9db8104892b4b52e90f031 100644 (file)
@@ -46,7 +46,9 @@ struct Resources {
        const char *gutLabel;
        const char *mgrLabel;
 
+       const char *hpLabel;
        const char *ipLabel;
+       const char *levelLabel;
        const char *experienceLabel;
        const char *nextLevelLabel;
 
@@ -88,6 +90,21 @@ 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;
+       const char *capsuleNoAttackText;
+
        Resources();
 
        static void CreateTypeDescription();