From 426148ebddadcdd191bd0a5c479ea07a99fd6b07 Mon Sep 17 00:00:00 2001 From: Jonathan Payne Date: Tue, 16 Sep 2014 17:14:07 -0700 Subject: [PATCH] Arcade improvements --- Themes/default/BGAnimations/ScreenTitleJoin overlay.lua | 5 +++-- Themes/default/BGAnimations/_Arcade decorations/default.lua | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Themes/default/BGAnimations/ScreenTitleJoin overlay.lua b/Themes/default/BGAnimations/ScreenTitleJoin overlay.lua index a170fa5fdb..74e1954e07 100644 --- a/Themes/default/BGAnimations/ScreenTitleJoin overlay.lua +++ b/Themes/default/BGAnimations/ScreenTitleJoin overlay.lua @@ -2,9 +2,10 @@ local t = Def.ActorFrame{}; -- todo: add event mode indicators and such if GAMESTATE:IsEventMode() then - t[#t+1] = LoadFont("Common normal")..{ + t[#t+1] = LoadFont("Common Large")..{ Text=Screen.String("EventMode"); - InitCommand=cmd(CenterX;y,SCREEN_BOTTOM-72;zoom,0.75;diffuse,HSV(56,0.8,1);shadowlength,1); + InitCommand=cmd(CenterX;y,SCREEN_BOTTOM-72;zoom,0.675;diffuse,Color.Yellow;strokecolor,ColorDarkTone(Color.Yellow);shadowlength,1); + OnCommand=cmd(glowshift;textglowmode,'TextGlowMode_Inner';effectperiod,2); }; end; diff --git a/Themes/default/BGAnimations/_Arcade decorations/default.lua b/Themes/default/BGAnimations/_Arcade decorations/default.lua index ebefb058ab..af7aa3e9cc 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="..."; OnCommand=cmd(playcommand,"Refresh"); CoinInsertedMessageCommand=cmd(playcommand,"Refresh"); CoinModeChangedMessageCommand=cmd(playcommand,"Refresh");