1) 10 seconds is too long. meet in the middle at 7.5.
2) use tabs instead of spaces
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
local waitTime = 7.5
|
||||
|
||||
local t = Def.ActorFrame {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
|
||||
OnCommand=cmd(queuecommand,"TweenOn";sleep,10;queuecommand,"TweenOff");
|
||||
OnCommand=cmd(queuecommand,"TweenOn";sleep,waitTime;queuecommand,"TweenOff");
|
||||
}
|
||||
t[#t+1] = Def.Quad {
|
||||
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color.Black);
|
||||
|
||||
Reference in New Issue
Block a user