X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=test-data%2Ftest.l2s;h=4fd4e9767b0e52e5ad9f2090c9464a4a539427bd;hb=8f4e771181491f1d83ce0c907b8dda0fbbe0ce93;hp=944a14992464733d3b59f1daa99733646cccdbf2;hpb=b04c3af3297cb3d0230ccaac52a8f0450e217d87;p=l2e.git diff --git a/test-data/test.l2s b/test-data/test.l2s index 944a149..4fd4e97 100644 --- a/test-data/test.l2s +++ b/test-data/test.l2s @@ -45,6 +45,8 @@ export Monster lizard { gut: 6, mgr: 6 }, + expReward: 2, + goldReward: 5, attackAnimation: ComplexAnimation { sprite: lizardSprite, frametime: fourFramesTime, @@ -678,11 +680,25 @@ SimpleAnimation menuCursorAnimation { framecount: 6, repeat: true } -SimpleAnimation menuActiveCursorAnimation { +ComplexAnimation menuActiveCursorAnimation { sprite: menuActiveCursor, frametime: fourFramesTime, - framecount: 5, - repeat: true + repeat: true, + frames: + [ ComplexAnimationFrame + { row: 0 }, + { row: 0 }, + { row: 0 }, + { row: 0 }, + { row: 0 }, + { row: 0 }, + { row: 0 }, + { row: 0 }, + { row: 1 }, + { row: 2 }, + { row: 3 }, + { row: 4 } + ] } export MenuResources menuResources {