Rotated 2nd Player Life Frame on Screen Gameplay (fixed orientation to look like it should)
Made ScreenMapControllers work Fixed ScreenJukebox errors Fixed ScreenExit Errors
This commit is contained in:
@@ -107,6 +107,10 @@ PrevScreen=ScreenCompany
|
||||
|
||||
[ScreenExit]
|
||||
InitCommand=
|
||||
AllowOperatorMenuButton=0
|
||||
PrepareScreens=
|
||||
GroupedScreens=
|
||||
PersistScreens=
|
||||
Class=ScreenExit
|
||||
|
||||
[ScreenTitleJoin]
|
||||
@@ -936,7 +940,7 @@ LifeP1OnCommand=addy,-100;sleep,0.5;linear,1;addy,100
|
||||
LifeP1OffCommand=linear,1;addy,-100
|
||||
LifeP2X=SCREEN_CENTER_X+180
|
||||
LifeP2Y=SCREEN_CENTER_Y-212
|
||||
LifeP2OnCommand=addy,-100;sleep,0.5;linear,1;addy,100
|
||||
LifeP2OnCommand=rotationy,180;addy,-100;sleep,0.5;linear,1;addy,100
|
||||
LifeP2OffCommand=linear,1;addy,-100
|
||||
CombinedLifeX=SCREEN_CENTER_X+0
|
||||
CombinedLifeY=SCREEN_CENTER_Y-212
|
||||
@@ -2512,7 +2516,7 @@ TweenSeconds=0.3
|
||||
|
||||
[ScreenMapControllers]
|
||||
Class=ScreenMapControllers
|
||||
Fallback=ScreenOptionsServiceChildChild
|
||||
Fallback=ScreenOptionsServiceChild
|
||||
NextScreen=ScreenOptionsService
|
||||
AllowOperatorMenuButton=0
|
||||
EvenLineIn=addx,-SCREEN_WIDTH;decelerate,0.5;addx,SCREEN_WIDTH;
|
||||
@@ -4525,6 +4529,12 @@ NextScreen=ScreenOptionsSelectProfileManage
|
||||
Class=ScreenOptionsEditProfile
|
||||
TimerSeconds=0
|
||||
|
||||
[ScreenJukebox DifficultyMeterP1]
|
||||
Fallback=ScreenGameplay DifficultyMeterP1
|
||||
|
||||
[ScreenJukebox DifficultyMeterP2]
|
||||
Fallback=ScreenGameplay DifficultyMeterP2
|
||||
|
||||
[ScreenOptionsManageCourses]
|
||||
Class=ScreenOptionsManageCourses
|
||||
Fallback=ScreenOptions
|
||||
|
||||
Reference in New Issue
Block a user