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 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()
+3 -3
View File
@@ -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")