From 5f1aec302d39190b47a6a2bffac71fbedc87298c Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 28 May 2007 10:13:08 +0000 Subject: [PATCH] Update to new style. --- stepmania/NoteSkins/dance/flat/Down Tap Note.lua | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/stepmania/NoteSkins/dance/flat/Down Tap Note.lua b/stepmania/NoteSkins/dance/flat/Down Tap Note.lua index a251f4bf79..6c5a4cc612 100644 --- a/stepmania/NoteSkins/dance/flat/Down Tap Note.lua +++ b/stepmania/NoteSkins/dance/flat/Down Tap Note.lua @@ -1,11 +1,9 @@ return Def.Sprite { Texture=NOTESKIN:GetPath('_down','tap note'); - Frame0000=56; - Delay0000=0.1; - Frame0001=57; - Delay0001=0.1; - Frame0002=58; - Delay0002=0.1; - Frame0003=59; - Delay0003=0.1; + Frames = { + { Frame = 56; }; + { Frame = 57; }; + { Frame = 58; }; + { Frame = 59; }; + }; };