Remove lua warning.
Based on playing, this was making no difference.
This commit is contained in:
@@ -15,9 +15,7 @@ return Def.ActorFrame {
|
|||||||
--tap
|
--tap
|
||||||
NOTESKIN:LoadActor(Var "Button", "Ready Receptor")..{
|
NOTESKIN:LoadActor(Var "Button", "Ready Receptor")..{
|
||||||
Name="Tap";
|
Name="Tap";
|
||||||
Frames = { { Frame = 2 } };
|
|
||||||
TapCommand=cmd(finishtweening;diffusealpha,1;zoom,1;linear,0.2;diffusealpha,0;zoom,1.2);
|
TapCommand=cmd(finishtweening;diffusealpha,1;zoom,1;linear,0.2;diffusealpha,0;zoom,1.2);
|
||||||
|
|
||||||
InitCommand=cmd(playcommand,"Tap");
|
InitCommand=cmd(playcommand,"Tap");
|
||||||
HeldCommand=cmd(playcommand,"Tap");
|
HeldCommand=cmd(playcommand,"Tap");
|
||||||
ColumnJudgmentMessageCommand=cmd(playcommand,"Tap");
|
ColumnJudgmentMessageCommand=cmd(playcommand,"Tap");
|
||||||
|
|||||||
Reference in New Issue
Block a user