X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=test-data%2Ftest.l2s;h=6b03e299f90e806abb2dd9f6f600702895fb5917;hb=f3230836ca2e263e84b58ffec6645c0f77439117;hp=b7e1acd27bfb9912aba6285b5c9b4a35f5b0334d;hpb=8f54789ae7d974035b9103982c38e1714a15728b;p=l2e.git diff --git a/test-data/test.l2s b/test-data/test.l2s index b7e1acd..6b03e29 100644 --- a/test-data/test.l2s +++ b/test-data/test.l2s @@ -442,4 +442,79 @@ export Frame lastSmallHeroTagFrame { image: "test-data/small-tag-frame.png", border: <8,16>, offset: <0,33> -} \ No newline at end of file +} + +export Gauge healthGauge { + image: "test-data/gauges.png", + full: <0,16>, + empty: <0, 0>, + height: 16, + start: 6, + repeat: 1, + end: 6 +} +export Gauge manaGauge { + image: "test-data/gauges.png", + full: <0,32>, + empty: <0, 0>, + height: 16, + start: 6, + repeat: 1, + end: 6 +} +export Gauge ikariGauge { + image: "test-data/gauges.png", + full: <0,48>, + empty: <0, 0>, + height: 16, + start: 6, + repeat: 1, + end: 6 +} + +export Frame selectFrame { + image: "test-data/select-frame.png", + border: <16,16> +} +export Font normalFont { + sprite: Sprite { + image: "test-data/normal-font.png", + size: <16,16> + }, + rowoffset: -2 +} +export Font disabledFont { + sprite: Sprite { + image: "test-data/disabled-font.png", + size: <16,16> + }, + rowoffset: -2 +} +export Sprite handCursor { + image: "test-data/cursor-hand.png", + size: <32,32> +} + +export Sprite weaponTargetCursor { + image: "test-data/targeting-icons.png", + size: <32,32> +} +export Sprite magicTargetCursor { + image: "test-data/targeting-icons.png", + size: <32,32>, + offset: <0,32> +} +export Sprite itemTargetCursor { + image: "test-data/targeting-icons.png", + size: <32,32>, + offset: <0,64> +} + +include "spells.l2s" + +export String spellMenuHeadline "Please choose a spell." + +include "ikaris.l2s" +include "items.l2s" + +export String itemMenuHeadline "Please choose an item."