X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=test-data%2Ftest.l2s;h=5958c7412cefa5aa35d9f45129adaff8724a83d2;hb=771a3daeecf527a9b5873e412e263ad251c59ab5;hp=36c119aab537580fdc4f5686c90dd979a91ebcbb;hpb=31883e0019783f10553ddcc122a49728934bd832;p=l2e.git diff --git a/test-data/test.l2s b/test-data/test.l2s index 36c119a..5958c74 100644 --- a/test-data/test.l2s +++ b/test-data/test.l2s @@ -349,6 +349,19 @@ export Sprite moveIcons { size: <32,32> } +export Frame titleFrame { + image: "test-data/title-frame.png", + border: <16,16> +} + +export Font largeFont { + sprite: Sprite { + image: "test-data/large-font.png", + size: <16,32> + }, + rowoffset: -2 +} + export ComplexAnimation numberAnimationPrototype { frametime: frameTime, repeat: false, @@ -403,3 +416,105 @@ export Sprite heroTagLabels { image: "test-data/hero-tag-sprites.png", size: <32,16> } +export Font heroTagFont { + sprite: Sprite { + image: "test-data/numbers.png", + size: <16,16> + }, + rowoffset: -3 +} + +export Frame activeHeroTagFrame { + image: "test-data/tag-frames.png", + border: <16,16> +} +export Frame heroTagFrame { + image: "test-data/tag-frames.png", + border: <16,16>, + offset: < 0,33> +} + +export Frame smallHeroTagFrame { + image: "test-data/small-tag-frame.png", + border: <8,16> +} +export Frame lastSmallHeroTagFrame { + image: "test-data/small-tag-frame.png", + border: <8,16>, + offset: <0,33> +} + +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 "test-data/spells.l2s" + +export String spellMenuHeadline "Please choose a spell." + +include "test-data/ikaris.l2s" +include "test-data/items.l2s" + +export String itemMenuHeadline "Please choose an item."