merge Multiplayer into ScreenGameplay
This commit is contained in:
@@ -885,7 +885,7 @@ OverlayOnCommand=
|
|||||||
OverlayOffCommand=
|
OverlayOffCommand=
|
||||||
|
|
||||||
[ScreenGameplay]
|
[ScreenGameplay]
|
||||||
Class=ScreenGameplay
|
Class=ScreenGameplayNormal
|
||||||
Fallback=ScreenWithMenuElementsBlank
|
Fallback=ScreenWithMenuElementsBlank
|
||||||
ShowEvaluationOnFail=0
|
ShowEvaluationOnFail=0
|
||||||
StaticBGY=SCREEN_CENTER_Y+0
|
StaticBGY=SCREEN_CENTER_Y+0
|
||||||
@@ -1097,7 +1097,6 @@ PlayerP2OnePlayerTwoSidesX=SCREEN_CENTER_X
|
|||||||
StopCourseEarly=0
|
StopCourseEarly=0
|
||||||
|
|
||||||
[ScreenGameplayExtra]
|
[ScreenGameplayExtra]
|
||||||
Class=ScreenGameplay
|
|
||||||
Fallback=ScreenGameplay
|
Fallback=ScreenGameplay
|
||||||
LifeFrameX=SCREEN_CENTER_X+0
|
LifeFrameX=SCREEN_CENTER_X+0
|
||||||
LifeFrameY=SCREEN_CENTER_Y+202
|
LifeFrameY=SCREEN_CENTER_Y+202
|
||||||
@@ -2911,6 +2910,31 @@ DancePointsDigits=5
|
|||||||
PercentUseRemainder=0
|
PercentUseRemainder=0
|
||||||
ApplyScoreDisplayOptions=1
|
ApplyScoreDisplayOptions=1
|
||||||
|
|
||||||
|
PercentP3X=+20
|
||||||
|
PercentP3Y=0
|
||||||
|
PercentP3OnCommand=@"shadowlength,0;diffuse,"..PlayerColor(PLAYER_1)
|
||||||
|
PercentP3OffCommand=
|
||||||
|
PercentP4X=-20
|
||||||
|
PercentP4Y=0
|
||||||
|
PercentP4OnCommand=@"shadowlength,0;diffuse,"..PlayerColor(PLAYER_2)
|
||||||
|
PercentP4OffCommand=
|
||||||
|
PercentP5X=+20
|
||||||
|
PercentP5Y=0
|
||||||
|
PercentP5OnCommand=@"shadowlength,0;diffuse,"..PlayerColor(PLAYER_1)
|
||||||
|
PercentP5OffCommand=
|
||||||
|
PercentP6X=-20
|
||||||
|
PercentP6Y=0
|
||||||
|
PercentP6OnCommand=@"shadowlength,0;diffuse,"..PlayerColor(PLAYER_2)
|
||||||
|
PercentP6OffCommand=
|
||||||
|
PercentP7X=+20
|
||||||
|
PercentP7Y=0
|
||||||
|
PercentP7OnCommand=@"shadowlength,0;diffuse,"..PlayerColor(PLAYER_1)
|
||||||
|
PercentP7OffCommand=
|
||||||
|
PercentP8X=-20
|
||||||
|
PercentP8Y=0
|
||||||
|
PercentP8OnCommand=@"shadowlength,0;diffuse,"..PlayerColor(PLAYER_2)
|
||||||
|
PercentP8OffCommand=
|
||||||
|
|
||||||
[ScoreKeeperRave]
|
[ScoreKeeperRave]
|
||||||
AttackDurationSeconds=10
|
AttackDurationSeconds=10
|
||||||
|
|
||||||
@@ -4176,6 +4200,9 @@ Fallback=DifficultyMeter
|
|||||||
[ScreenEvaluation DifficultyMeterP2]
|
[ScreenEvaluation DifficultyMeterP2]
|
||||||
Fallback=DifficultyMeter
|
Fallback=DifficultyMeter
|
||||||
|
|
||||||
|
[ScreenGameplayMultiplayer DifficultyMeterP1]
|
||||||
|
Fallback=DifficultyMeter
|
||||||
|
|
||||||
[ScreenEdit]
|
[ScreenEdit]
|
||||||
EditMode=2
|
EditMode=2
|
||||||
Fallback=ScreenWithMenuElementsBlank
|
Fallback=ScreenWithMenuElementsBlank
|
||||||
@@ -4507,3 +4534,22 @@ NumFixedProfiles=1
|
|||||||
Class=ScreenJoinMultiplayer
|
Class=ScreenJoinMultiplayer
|
||||||
Fallback=ScreenWithMenuElements
|
Fallback=ScreenWithMenuElements
|
||||||
TimerSeconds=0
|
TimerSeconds=0
|
||||||
|
|
||||||
|
[ScreenGameplayMultiplayer]
|
||||||
|
Class=ScreenGameplayMultiplayer
|
||||||
|
Fallback=ScreenGameplay
|
||||||
|
PlayerDummyOnCommand=
|
||||||
|
PlayerDummyOffCommand=
|
||||||
|
PlayerDummyOnePlayerOneSideX=SCREEN_CENTER_X
|
||||||
|
ActiveAttackListDummyX=
|
||||||
|
ActiveAttackListDummyY=
|
||||||
|
ActiveAttackListDummyOnCommand=hidden,1
|
||||||
|
ActiveAttackListDummyOffCommand=
|
||||||
|
ScoreP1X=SCREEN_LEFT+100
|
||||||
|
ScoreP1Y=SCREEN_CENTER_Y-20
|
||||||
|
ScoreP1OnCommand=addx,-100;sleep,0.5;linear,1;addx,100
|
||||||
|
ScoreP1OffCommand=linear,1;addx,-100
|
||||||
|
ScoreP2X=SCREEN_LEFT+100
|
||||||
|
ScoreP2Y=SCREEN_CENTER_Y+20
|
||||||
|
ScoreP2OnCommand=addx,-100;sleep,0.5;linear,1;addx,100
|
||||||
|
ScoreP2OffCommand=linear,1;addx,-100
|
||||||
|
|||||||
Reference in New Issue
Block a user