From 93f98c429d997ca75bec5d9e7895b0432ebf2082 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 3 Jun 2013 17:16:07 -0400 Subject: [PATCH] This should fix the TESTING thing. --- Themes/default/BGAnimations/_Arcade decorations/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/BGAnimations/_Arcade decorations/default.lua b/Themes/default/BGAnimations/_Arcade decorations/default.lua index ebefb058ab..a98070d7d8 100644 --- a/Themes/default/BGAnimations/_Arcade decorations/default.lua +++ b/Themes/default/BGAnimations/_Arcade decorations/default.lua @@ -13,7 +13,7 @@ t[#t+1] = Def.ActorFrame { }; LoadFont("Common Normal") .. { InitCommand=cmd(zoom,0.75;shadowlength,1;glowshift;strokecolor,Color("Outline");diffuse,Color("Orange");diffusetopedge,Color("Yellow");textglowmode,'TextGlowMode_Inner'); - Text="TESTING"; + Text="PRESS ENTER"; OnCommand=cmd(playcommand,"Refresh"); CoinInsertedMessageCommand=cmd(playcommand,"Refresh"); CoinModeChangedMessageCommand=cmd(playcommand,"Refresh");