Files
itgmania212121/Themes/new/Graphics/ScreenSelectStyle Cursor.lua
T
Jason Felds c872bb311c Revert "The "new" theme is handled."
This reverts commit 2d5d45e365.
2013-07-18 17:42:22 -04:00

8 lines
163 B
Lua

return Def.ActorFrame {
Def.Quad {
InitCommand=cmd(zoomto,48,24;diffuse,PlayerColor(PLAYER_1));
};
LoadFont("Common Normal") .. {
Text="P1";
};
};