Skip to content

Commit

Permalink
Fix lua error caused by new default lift texture
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 authored Sep 3, 2018
1 parent 3a0e149 commit dc79d47
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions NoteSkins/dance/default/Down Tap Lift.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
local t = Def.ActorFrame {
Def.Sprite {
Texture="lift";
Frame0000=7;
Delay0000=1;
InitCommand=function(self)
self:animate(false):pulse():effectclock("beat"):effectmagnitude(0.9,1,1)
end;
};
LoadActor("lift")
};
return t;

0 comments on commit dc79d47

Please sign in to comment.