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

6 lines
184 B
Lua
Raw Normal View History

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