From 89d70f5bffef9aab197d97cdacbbfe8755f099b6 Mon Sep 17 00:00:00 2001 From: John Reactor Date: Thu, 22 Mar 2012 21:18:20 +0100 Subject: [PATCH] Keymap Warning was displayed for too short period of time. --- Themes/_fallback/BGAnimations/ScreenMapControllers overlay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/BGAnimations/ScreenMapControllers overlay.lua b/Themes/_fallback/BGAnimations/ScreenMapControllers overlay.lua index a03e07577d..f6741efded 100644 --- a/Themes/_fallback/BGAnimations/ScreenMapControllers overlay.lua +++ b/Themes/_fallback/BGAnimations/ScreenMapControllers overlay.lua @@ -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);