X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=test-data%2Ftest.l2s;h=65da87aa79be409fc4cba66d7242ec9a50007aae;hb=1aa61eca26f5b4a4cb856a39e802f5899548b691;hp=1547c8f8fc1baf4de55192b0343bdddb8a724943;hpb=09e8cfd4d7b2d187fed0870ebdb2e9e3f77fe4b9;p=l2e.git diff --git a/test-data/test.l2s b/test-data/test.l2s index 1547c8f..65da87a 100644 --- a/test-data/test.l2s +++ b/test-data/test.l2s @@ -1,3 +1,7 @@ +include "ikaris.l2s" +include "items.l2s" +include "spells.l2s" + Number frameTime 33 Number twoFramesTime 66 Number fourFramesTime 132 @@ -442,6 +446,7 @@ export Frame lastSmallHeroTagFrame { border: <8,16>, offset: <0,33> } +export Color heroesBgColor (24, 40, 49) export Gauge healthGauge { image: :"gauges.png", @@ -509,11 +514,50 @@ export Sprite itemTargetCursor { offset: <0,64> } -include "spells.l2s" - export String spellMenuHeadline "Please choose a spell." - -include "ikaris.l2s" -include "items.l2s" +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."