Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenTestInput overlay.lua
T
Glenn Maynard 4a82cca0fd lua
2007-05-18 01:09:15 +00:00

12 lines
296 B
Lua

return Def.ActorFrame {
Def.DeviceList {
Font="Common normal";
InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,0.7;horizalign,left);
};
Def.InputList {
Font="Common normal";
InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,0.7;horizalign,left;vertspacing,8);
};
};