Files
itgmania212121/Themes/default/BGAnimations/ScreenTitleJoin overlay.lua
T
2013-07-18 17:43:31 -04:00

11 lines
293 B
Lua

local t = Def.ActorFrame{};
-- todo: add event mode indicators and such
if GAMESTATE:IsEventMode() then
t[#t+1] = LoadFont("Common normal")..{
Text=Screen.String("EventMode");
InitCommand=cmd(CenterX;y,SCREEN_BOTTOM-72;zoom,0.75;diffuse,HSV(56,0.8,1);shadowlength,1);
};
end;
return t;