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

8 lines
163 B
Lua
Raw Normal View History

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