]> git.localhorst.tv Git - l2e.git/blobdiff - test-data/test.l2s
added interpretation of PartyLayout
[l2e.git] / test-data / test.l2s
index d53fe76b52257b5798d16e3b6354de74abea8794..b4ff641aec4cb1b628bdbe01625a0e1627d25454 100644 (file)
@@ -3,6 +3,23 @@ Number twoFramesTime 66
 Number fourFramesTime 132
 Number fiveFramesTime 165 // darn, i really need to implement expressions
 
+export PartyLayout monstersLayout {
+       positions: [
+               < 88, 88>,
+               <128, 88>,
+               <168, 88>,
+               <208, 88>
+       ]
+}
+export PartyLayout heroesLayout {
+       positions: [
+               < 48,136>,
+               <128,136>,
+               < 80,152>,
+               <160,152>
+       ]
+}
+
 Sprite lizardSprite {
        // using pathes relative to project root until path resolution is implemented
        image: "test-data/monster.png",