ScreenSelectStyle2 -> ScreenSelectStyle

This commit is contained in:
Chris Danford
2009-04-10 22:27:18 +00:00
parent afdfb699c3
commit 8bb5dddd06
10 changed files with 6 additions and 9 deletions
@@ -1 +0,0 @@
ScreenWithMenuElements background
@@ -1 +1 @@
_menu in
_fade in normal
@@ -1 +0,0 @@
_menu out
@@ -1 +0,0 @@
_fade in normal
+1 -1
View File
@@ -1330,7 +1330,7 @@ ALL MUSIC=ALL MUSIC
HeaderText=Select Music
HeaderSubText=You will pick a cool song!
[ScreenSelectStyle2]
[ScreenSelectStyle]
HeaderText=Select Style
HeaderSubText=I can't wait to see your next moves!
@@ -11,7 +11,7 @@ end
function ScreenCautionBranch()
if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end
return "ScreenSelectStyle2"
return "ScreenSelectStyle"
end
function ScreenSelectGroupBranch()
+3 -3
View File
@@ -132,8 +132,8 @@ ChoiceNames="1"
[ScreenCaution]
Fallback="ScreenSplash"
PrepareScreen="ScreenSelectStyle2"
NextScreen="ScreenSelectStyle2"
PrepareScreen="ScreenSelectStyle"
NextScreen="ScreenSelectStyle"
PrevScreen=ScreenTitleBranch()
TimerSeconds=3
AllowStartToSkip=true
@@ -155,7 +155,7 @@ PrevScreen=ScreenTitleBranch()
TimerSeconds=-1
ShowHelp=false
[ScreenSelectStyle2]
[ScreenSelectStyle]
Fallback="ScreenWithMenuElements"
Class="ScreenSelectMaster"
HelpText=ScreenString("HelpTextNormal")