From 69c74684a16695cc068824129ef82ea37f1b4511 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 22 Jan 2013 07:17:11 -0600 Subject: [PATCH] tuned menu selected cusor animation --- test-data/test.l2s | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/test-data/test.l2s b/test-data/test.l2s index 944a149..342d98f 100644 --- a/test-data/test.l2s +++ b/test-data/test.l2s @@ -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 { -- 2.39.2