Files
itgmania212121/stepmania/Themes/default/Graphics/ScreenWithMenuElements StyleIcon/default.lua
T

12 lines
291 B
Lua
Raw Normal View History

2006-11-22 01:58:11 +00:00
local style = GAMESTATE:GetCurrentStyle();
if not style then return Def.Actor {}; end
local s = style:GetName();
local Reverse = PlayerNumber:Reverse();
local t = LoadActor("_icon " .. s)() .. {
InitCommand = cmd(pause;setstate,Reverse[GAMESTATE:GetMasterPlayerNumber()]);
};
return t;