]> git.localhorst.tv Git - l2e.git/commitdiff
tuned menu selected cusor animation
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 22 Jan 2013 13:17:11 +0000 (07:17 -0600)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 22 Jan 2013 13:17:11 +0000 (07:17 -0600)
test-data/test.l2s

index 944a14992464733d3b59f1daa99733646cccdbf2..342d98f829c4c1267ef8f27cc9ae5af76a3a035d 100644 (file)
@@ -678,11 +678,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 {