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

8 lines
165 B
Lua
Raw Normal View History

2008-05-17 16:40:03 +00:00
return Def.ActorFrame
{
LoadActor( THEME:GetPathG("", "OptionRowSimple Frame (doubleres)") ) ..
{
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20);
};
}