ScreenSelectStyle2 -> ScreenSelectStyle
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ScreenWithMenuElements background
|
|
||||||
@@ -1 +1 @@
|
|||||||
_menu in
|
_fade in normal
|
||||||
@@ -1 +0,0 @@
|
|||||||
_menu out
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_fade in normal
|
|
||||||
@@ -1330,7 +1330,7 @@ ALL MUSIC=ALL MUSIC
|
|||||||
HeaderText=Select Music
|
HeaderText=Select Music
|
||||||
HeaderSubText=You will pick a cool song!
|
HeaderSubText=You will pick a cool song!
|
||||||
|
|
||||||
[ScreenSelectStyle2]
|
[ScreenSelectStyle]
|
||||||
HeaderText=Select Style
|
HeaderText=Select Style
|
||||||
HeaderSubText=I can't wait to see your next moves!
|
HeaderSubText=I can't wait to see your next moves!
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ end
|
|||||||
|
|
||||||
function ScreenCautionBranch()
|
function ScreenCautionBranch()
|
||||||
if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end
|
if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end
|
||||||
return "ScreenSelectStyle2"
|
return "ScreenSelectStyle"
|
||||||
end
|
end
|
||||||
|
|
||||||
function ScreenSelectGroupBranch()
|
function ScreenSelectGroupBranch()
|
||||||
|
|||||||
Executable → Regular
Executable → Regular
@@ -132,8 +132,8 @@ ChoiceNames="1"
|
|||||||
|
|
||||||
[ScreenCaution]
|
[ScreenCaution]
|
||||||
Fallback="ScreenSplash"
|
Fallback="ScreenSplash"
|
||||||
PrepareScreen="ScreenSelectStyle2"
|
PrepareScreen="ScreenSelectStyle"
|
||||||
NextScreen="ScreenSelectStyle2"
|
NextScreen="ScreenSelectStyle"
|
||||||
PrevScreen=ScreenTitleBranch()
|
PrevScreen=ScreenTitleBranch()
|
||||||
TimerSeconds=3
|
TimerSeconds=3
|
||||||
AllowStartToSkip=true
|
AllowStartToSkip=true
|
||||||
@@ -155,7 +155,7 @@ PrevScreen=ScreenTitleBranch()
|
|||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
ShowHelp=false
|
ShowHelp=false
|
||||||
|
|
||||||
[ScreenSelectStyle2]
|
[ScreenSelectStyle]
|
||||||
Fallback="ScreenWithMenuElements"
|
Fallback="ScreenWithMenuElements"
|
||||||
Class="ScreenSelectMaster"
|
Class="ScreenSelectMaster"
|
||||||
HelpText=ScreenString("HelpTextNormal")
|
HelpText=ScreenString("HelpTextNormal")
|
||||||
|
|||||||
Reference in New Issue
Block a user