Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenTestInput overlay.lua
T

15 lines
368 B
Lua
Raw Normal View History

2007-05-18 01:09:15 +00:00
return Def.ActorFrame {
2009-03-24 13:30:06 +00:00
Def.ControllerStateDisplay {
InitCommand=cmd(LoadGameController,
};
2007-05-18 01:09:15 +00:00
Def.DeviceList {
Font="Common normal";
2009-03-24 13:30:06 +00:00
InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,1.4;horizalign,left);
2007-05-18 01:09:15 +00:00
};
Def.InputList {
Font="Common normal";
2009-03-24 13:30:06 +00:00
InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,1.4;horizalign,left;vertspacing,8);
2007-05-18 01:09:15 +00:00
};
};