Files
itgmania212121/Themes/_themekit-piu/Graphics/ScreenMapControllers exit.lua
T
2013-07-03 18:38:57 -04:00

12 lines
252 B
Lua

return LoadFont("Common", "Normal")..{
Text="EXIT";
InitCommand=function(self)
self:CenterX();
end;
GainFocusCommand=function(self)
self:diffuse(color("#FF0000"));
end;
LoseFocusCommand=function(self)
self:diffuse(color("#FFFFFF"));
end;
}