]> git.localhorst.tv Git - l2e.git/blobdiff - test-data/test.l2s
moved menu prototypes to test.l2s
[l2e.git] / test-data / test.l2s
index dd039e83368cf99e8cee1064ab773def9b984f3e..65da87aa79be409fc4cba66d7242ec9a50007aae 100644 (file)
@@ -446,6 +446,7 @@ export Frame lastSmallHeroTagFrame {
        border: <8,16>,
        offset: <0,33>
 }
+export Color heroesBgColor (24, 40, 49)
 
 export Gauge healthGauge {
        image: :"gauges.png",
@@ -514,7 +515,49 @@ export Sprite itemTargetCursor {
 }
 
 export String spellMenuHeadline "Please choose a spell."
+export MenuProperties spellMenuPrototype {
+       font: normalFont,
+       disabledFont: disabledFont,
+       cursor: handCursor,
+       charsPerEntry: 9,
+       rows: 6,
+       rowGap: 8,
+       iconSpace: 0,
+       cols: 2,
+       colGap: 32,
+       charsPerNumber: 2,
+       delimiter: ":"
+}
+
 export String itemMenuHeadline "Please choose an item."
+export MenuProperties itemMenuPrototype {
+       font: normalFont,
+       disabledFont: disabledFont,
+       cursor: handCursor,
+       charsPerEntry: 15,
+       rows: 6,
+       rowGap: 8,
+       iconSpace: 16,
+       cols: 1,
+       colGap: 32,
+       charsPerNumber: 2,
+       delimiter: ":"
+}
+
 export String ikariMenuHeadline "Please choose equipment."
+export MenuProperties ikariMenuPrototype {
+       font: normalFont,
+       disabledFont: disabledFont,
+       cursor: handCursor,
+       charsPerEntry: 12,
+       rows: 6,
+       rowGap: 8,
+       iconSpace: 16,
+       cols: 1,
+       colGap: 32,
+       charsPerAdditionalText: 12,
+       additionalTextGap: 16
+}
 export String noEquipmentText "No equip"
+
 export String escapeText "Escapes."