add ScreenNoise

This commit is contained in:
AJ Kelly
2011-09-23 14:39:03 -05:00
parent d782518c14
commit 7010666e73
+23 -12
View File
@@ -4131,11 +4131,13 @@ BodyHeight=38
[ComboGraph] [ComboGraph]
BodyWidth=140 BodyWidth=140
# Arcade # Arcade #################################
[ScreenLogo] [ScreenLogo]
Fallback="ScreenAttract" Fallback="ScreenAttract"
PrevScreen=Branch.Init() PrevScreen=Branch.Init()
NextScreen="ScreenHowToPlay" # crashes!
#NextScreen="ScreenHowToPlay"
NextScreen="ScreenDemonstration"
StartScreen=Branch.TitleMenu() StartScreen=Branch.TitleMenu()
TimerSeconds=5 TimerSeconds=5
ForceTimer=true ForceTimer=true
@@ -4179,19 +4181,10 @@ SongBPM=100
NumW2s=4 NumW2s=4
NumMisses=6 NumMisses=6
[ScreenTitleJoin]
Fallback="ScreenTitleMenu"
ChoiceNames="GameStart"
# ScrollerOnCommand=visible,false
IdleCommentSeconds=-1
IdleTimeoutSeconds=-1
IdleTimeoutScreen=Branch.AfterInit()
[ScreenDemonstration] [ScreenDemonstration]
Fallback="ScreenGameplay" Fallback="ScreenGameplay"
Class="ScreenDemonstration" Class="ScreenDemonstration"
NextScreen="ScreenInit" NextScreen=Branch.NoiseTrigger()
StartScreen=Branch.TitleMenu() StartScreen=Branch.TitleMenu()
PlayMusic=false PlayMusic=false
SecondsToShow=60 SecondsToShow=60
@@ -4205,6 +4198,24 @@ AllowStyleTypes="TwoPlayersTwoSides"
MinSecondsToStep=0 MinSecondsToStep=0
MinSecondsToMusic=0 MinSecondsToMusic=0
[ScreenNoise]
Fallback="ScreenAttract"
Class="ScreenAttract"
NextScreen="ScreenInit"
PrevScreen="ScreenInit"
TimerSeconds=10800
ShowCreditDisplay=false
[ScreenTitleJoin]
Fallback="ScreenTitleMenu"
ChoiceNames="GameStart"
# ScrollerOnCommand=visible,false
IdleCommentSeconds=-1
IdleTimeoutSeconds=-1
IdleTimeoutScreen=Branch.AfterInit()
# Jukebox ###################
[ScreenJukeboxMenu] [ScreenJukeboxMenu]
Class="ScreenOptionsMaster" Class="ScreenOptionsMaster"
Fallback="ScreenPlayerOptions" Fallback="ScreenPlayerOptions"