Quick fix for options menus ending up going off the screen, this isn't perfect but is much better.
This commit is contained in:
@@ -2153,7 +2153,7 @@ DisqualifyP2OffCommand=
|
||||
PageX=SCREEN_CENTER_X
|
||||
PageY=SCREEN_CENTER_Y-2
|
||||
PageOnCommand=
|
||||
ContainerOnCommand=draworder,-1;addx,-SCREEN_WIDTH;decelerate,0.5;addx,SCREEN_WIDTH;
|
||||
ContainerOnCommand=draworder,-1;x,-SCREEN_WIDTH;decelerate,0.5;addx,SCREEN_WIDTH;
|
||||
ContainerOffCommand=accelerate,0.5;addx,SCREEN_WIDTH;
|
||||
CursorOnCommand=
|
||||
LineHighlightOnCommand=
|
||||
|
||||
Reference in New Issue
Block a user