]> git.localhorst.tv Git - l2e.git/blobdiff - test-data/test.l2s
use definition of Maxim and Lizard from source
[l2e.git] / test-data / test.l2s
index 7357381f1d5fe682ffc942badb467ae5a3741d17..31c4ace27abea7f986edc6222c8c28d566d4b40e 100644 (file)
@@ -5,7 +5,8 @@ Number fiveFramesTime 165
 export Monster lizard {
        name: "Lizard",
        sprite: Sprite {
-               image: "monster.png",
+               // using pathes relative to project root until path resolution is implemented
+               image: "test-data/monster.png",
                size: <64,64>
        },
        level: 1,
@@ -22,7 +23,7 @@ export Monster lizard {
        },
        attackAnimation: SimpleAnimation {
                sprite: Sprite {
-                       image: "attack-monster.png",
+                       image: "test-data/attack-monster.png",
                        size: <96,64>
                },
                frametime: frameTime,
@@ -31,7 +32,7 @@ export Monster lizard {
 }
 
 Sprite maximSprite {
-       image: "maxim.png",
+       image: "test-data/maxim.png",
        size: <64,64>
 }
 export Hero maxim {
@@ -98,7 +99,7 @@ export Hero maxim {
        },
        meleeAnimation: SimpleAnimation {
                sprite: Sprite {
-                       image: "melee-maxim.png",
+                       image: "test-data/melee-maxim.png",
                        size: <96,96>
                },
                frametime: twoFramesTime,