Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenTextEntry underlay.lua
T

8 lines
165 B
Lua

return Def.ActorFrame
{
LoadActor( THEME:GetPathG("", "OptionRowSimple Frame (doubleres)") ) ..
{
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20);
};
}