]> git.localhorst.tv Git - l2e.git/blobdiff - test-data/test.l2s
implemented capsule renaming
[l2e.git] / test-data / test.l2s
index 2ea517ac9e514e95e14550a07a4f18930a51e72c..44ffc60d39d27c1c43979a14db7429f3f59d6e13 100644 (file)
@@ -760,6 +760,7 @@ export MenuResources menuResources {
        itemMenuUseText: "USE",
        itemMenuSortText: "SORT",
        itemMenuDropText: "DROP",
+       itemMenuSelectText: "SELECT",
        inventoryMenu: MenuProperties {
                cols: 1,
                rows: 6,
@@ -854,6 +855,15 @@ export MenuResources menuResources {
                font: menuFont,
                thirdColumnHack: 2
        },
+       capsuleFeedMenu: MenuProperties {
+               cols: 2,
+               rows: 1,
+               charsPerEntry: 7,
+               colGap: 32,
+               cursor: menuCursor,
+               selectedCursor: menuActiveCursor,
+               font: menuFont
+       },
        capsuleFeedLabel: "FEED",
        capsuleChangeLabel: "CHANGE",
        capsuleNameLabel: "NAME",
@@ -863,5 +873,16 @@ export MenuResources menuResources {
        capsuleAttack1Label: "SP.1",
        capsuleAttack2Label: "SP.2",
        capsuleAttack3Label: "SP.3",
-       capsuleNoAttackText: "Nothing"
+       capsuleNoAttackText: "Nothing",
+       capsuleNotHungryText: "I'm not hungry.",
+       capsuleNameSelect: CharSelect {
+               font: menuFont,
+               cursor: Sprite {
+                       image: :"alpha-cursor.png",
+                       size: <20, 28>
+               },
+               chars: "0123456789ABCDEabcdeFGHIJfghijKLMNOklmnoPQRSTpqrstUVWXYuvwxyZ!?  z!?  ",
+               width: 10,
+               groupX: 5
+       }
 }