]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
implemented capsule renaming
[l2e.git] / src / menu / Resources.h
index 47e46256f668fbcf2f8db6425c66c9908c059747..6fc064167d3ca901508e57d8eaef0dbff1ab31bb 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;
 
@@ -59,6 +61,7 @@ struct Resources {
        const char *itemMenuUseText;
        const char *itemMenuSortText;
        const char *itemMenuDropText;
+       const char *itemMenuSelectText;
 
        graphics::MenuProperties *inventoryMenuProperties;
 
@@ -91,6 +94,7 @@ struct Resources {
        graphics::Texture *capsulebg;
 
        graphics::MenuProperties *capsuleMenuProperties;
+       graphics::MenuProperties *capsuleFeedMenuProperties;
 
        const char *capsuleFeedLabel;
        const char *capsuleChangeLabel;
@@ -101,6 +105,10 @@ struct Resources {
        const char *capsuleAttack1Label;
        const char *capsuleAttack2Label;
        const char *capsuleAttack3Label;
+       const char *capsuleNoAttackText;
+       const char *capsuleNotHungryText;
+
+       graphics::CharSelect *capsuleNameCharSelectTemplate;
 
        Resources();