Files
itgmania212121/Themes/_themekit-piu/Graphics/ScreenMapControllers exit.lua
T

6 lines
179 B
Lua
Raw Normal View History

2011-04-29 14:58:59 -04:00
return LoadFont("Common", "Normal")..{
Text="EXIT";
InitCommand=cmd(CenterX);
GainFocusCommand=cmd(diffuse,color("#FF0000"));
LoseFocusCommand=cmd(diffuse,color("#FFFFFF"));
2011-04-07 16:42:16 -07:00
}