Revert "Fallback handled. Yes, I tested this."
This reverts commit 986d510a88.
This commit is contained in:
@@ -1,22 +1,14 @@
|
||||
return Def.ActorFrame {
|
||||
--Def.ControllerStateDisplay {
|
||||
-- InitCommand=cmd(LoadGameController,
|
||||
--};
|
||||
Def.DeviceList {
|
||||
Font="Common normal";
|
||||
InitCommand=function(self)
|
||||
self:x(SCREEN_LEFT + 20);
|
||||
self:y(SCREEN_TOP + 80);
|
||||
self:zoom(0.8);
|
||||
self:halign(0);
|
||||
end;
|
||||
InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,0.8;halign,0);
|
||||
};
|
||||
|
||||
Def.InputList {
|
||||
Font="Common normal";
|
||||
InitCommand=function(self)
|
||||
self:x(SCREEN_CENTER_X - 250);
|
||||
self:y(SCREEN_CENTER_Y);
|
||||
self:zoom(1);
|
||||
self:halign(0);
|
||||
self:vertspacing(8);
|
||||
end;
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,1;halign,0;vertspacing,8);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user