Keymap Warning was displayed for too short period of time.

This commit is contained in:
John Reactor
2012-03-22 21:18:20 +01:00
parent 4c6d4527ed
commit 89d70f5bff
@@ -1,6 +1,6 @@
local t = Def.ActorFrame {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
OnCommand=cmd(queuecommand,"TweenOn";sleep,5;queuecommand,"TweenOff");
OnCommand=cmd(queuecommand,"TweenOn";sleep,10;queuecommand,"TweenOff");
}
t[#t+1] = Def.Quad {
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color.Black);