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

11 lines
201 B
Lua

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