Files
itgmania212121/Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua
T

15 lines
372 B
Lua
Raw Normal View History

2010-01-26 21:00:30 -06:00
return Def.ActorFrame {
--Def.ControllerStateDisplay {
-- InitCommand=cmd(LoadGameController,
--};
Def.DeviceList {
Font="Common normal";
2010-04-21 20:15:29 -05:00
InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,0.8;halign,0);
2010-01-26 21:00:30 -06:00
};
Def.InputList {
Font="Common normal";
2010-04-21 20:15:29 -05:00
InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,1;halign,0;vertspacing,8);
2010-01-26 21:00:30 -06:00
};
};