fixup
This commit is contained in:
@@ -4,8 +4,8 @@ local player = Var "Player";
|
|||||||
local t = {
|
local t = {
|
||||||
LoadActor("_judgments") .. {
|
LoadActor("_judgments") .. {
|
||||||
Name="Judgment";
|
Name="Judgment";
|
||||||
InitCommand=cmd(pause;x,0;y,0;visible,false);
|
InitCommand=cmd(pause;visible,false);
|
||||||
ResetCommand=cmd(finishtweening;stopeffect;visible,false);
|
ResetCommand=cmd(finishtweening;x,0;y,0;stopeffect;visible,false);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user