X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=test-data%2Ftest.l2s;h=b7e1acd27bfb9912aba6285b5c9b4a35f5b0334d;hb=8f54789ae7d974035b9103982c38e1714a15728b;hp=36c119aab537580fdc4f5686c90dd979a91ebcbb;hpb=4bc4ae3e73ea6c7cc43464470204801e7721a2e8;p=l2e.git diff --git a/test-data/test.l2s b/test-data/test.l2s index 36c119a..b7e1acd 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,30 @@ 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> +} \ No newline at end of file