Move SPLoad before SSDifficulty.
This fixes bug 1738254, selecting difficulties does nothing.
This commit is contained in:
@@ -91,7 +91,7 @@ DefaultChoice="1"
|
|||||||
NumChoicesOnPage1=100
|
NumChoicesOnPage1=100
|
||||||
WrapCursor=true
|
WrapCursor=true
|
||||||
AllowRepeatingInput=true
|
AllowRepeatingInput=true
|
||||||
Choice1="ApplyDefaultOptions;screen,"..ScreenCautionBranch()..";text,Game Start"
|
Choice1="ApplyDefaultOptions;screen,ScreenProfileLoad;text,Game Start"
|
||||||
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
||||||
Choice3="screen,ScreenSelectGame;text,Select Game"
|
Choice3="screen,ScreenSelectGame;text,Select Game"
|
||||||
Choice4="screen,ScreenOptionsService;text,Options"
|
Choice4="screen,ScreenOptionsService;text,Options"
|
||||||
@@ -139,7 +139,7 @@ Choice1="screen,ScreenSelectStyle"
|
|||||||
[ScreenProfileLoad]
|
[ScreenProfileLoad]
|
||||||
Class="ScreenProfileLoad"
|
Class="ScreenProfileLoad"
|
||||||
Fallback="ScreenWithMenuElements"
|
Fallback="ScreenWithMenuElements"
|
||||||
NextScreen=SongSelectionScreen()
|
NextScreen=ScreenCautionBranch()
|
||||||
PrevScreen=ScreenTitleBranch()
|
PrevScreen=ScreenTitleBranch()
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
LoadEdits=true
|
LoadEdits=true
|
||||||
@@ -3331,7 +3331,7 @@ SleepAfterTweenOffSeconds=0.8
|
|||||||
TimerSeconds=40
|
TimerSeconds=40
|
||||||
StyleIcon=true
|
StyleIcon=true
|
||||||
PrevScreen=ScreenTitleBranch()
|
PrevScreen=ScreenTitleBranch()
|
||||||
NextScreen="ScreenProfileLoad"
|
NextScreen=SongSelectionScreen()
|
||||||
|
|
||||||
[BeginnerHelper]
|
[BeginnerHelper]
|
||||||
# All X,Y coordinates are relative to the HelperX,Y
|
# All X,Y coordinates are relative to the HelperX,Y
|
||||||
|
|||||||
Reference in New Issue
Block a user