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

12 lines
252 B
Lua
Raw Normal View History

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