Files
itgmania212121/Themes/new/Graphics/ScreenSelectStyle Cursor.lua
T

11 lines
201 B
Lua
Raw Normal View History

2012-08-01 23:15:05 -07:00
return Def.ActorFrame {
2013-07-02 18:22:43 -04:00
Def.Quad {
InitCommand=function(self)
self:zoomto(48, 24);
self:diffuse(PlayerColor(PLAYER_1));
end;
};
LoadFont("Common Normal") .. {
Text="P1";
};
2012-08-01 23:15:05 -07:00
};