X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=test-data%2Ftest.l2s;h=65da87aa79be409fc4cba66d7242ec9a50007aae;hb=1aa61eca26f5b4a4cb856a39e802f5899548b691;hp=9cd2d0cff4f97c9327fb6b769f18c473c1677c1c;hpb=215260d3f49f6bbeed7ee5f5f1da3a5ac4ecc111;p=l2e.git diff --git a/test-data/test.l2s b/test-data/test.l2s index 9cd2d0c..65da87a 100644 --- a/test-data/test.l2s +++ b/test-data/test.l2s @@ -515,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."