Set asset names; this fixes the announcer.
This commit is contained in:
@@ -81,11 +81,12 @@ FoldOnJoin=1
|
|||||||
|
|
||||||
[ScreenSelectStyle]
|
[ScreenSelectStyle]
|
||||||
NumChoices=5
|
NumChoices=5
|
||||||
Choice1=Style,single
|
# The "name" here affects the announcer, eg. "ScreenSelectStyle comment single".
|
||||||
Choice2=Style,versus
|
Choice1=Style,single;name,single
|
||||||
Choice3=Style,couple
|
Choice2=Style,versus;name,versus
|
||||||
Choice4=Style,double
|
Choice3=Style,couple;name,couple
|
||||||
Choice5=Style,solo
|
Choice4=Style,double;name,double
|
||||||
|
Choice5=Style,solo;name,solo
|
||||||
HelpText=Use &LEFT; &RIGHT; to select, then press START
|
HelpText=Use &LEFT; &RIGHT; to select, then press START
|
||||||
TimerSeconds=40
|
TimerSeconds=40
|
||||||
NextScreen1=ScreenSelectDifficulty
|
NextScreen1=ScreenSelectDifficulty
|
||||||
@@ -227,14 +228,14 @@ HelpText=
|
|||||||
|
|
||||||
[ScreenSelectDifficulty]
|
[ScreenSelectDifficulty]
|
||||||
NumChoices=8
|
NumChoices=8
|
||||||
Choice1=PlayMode,arcade;Difficulty,beginner
|
Choice1=PlayMode,arcade;Difficulty,beginner;name,beginner
|
||||||
Choice2=PlayMode,arcade;Difficulty,easy
|
Choice2=PlayMode,arcade;Difficulty,easy;name,easy
|
||||||
Choice3=PlayMode,arcade;Difficulty,medium
|
Choice3=PlayMode,arcade;Difficulty,medium;name,medium
|
||||||
Choice4=PlayMode,arcade;Difficulty,hard
|
Choice4=PlayMode,arcade;Difficulty,hard;name,hard
|
||||||
Choice5=PlayMode,nonstop
|
Choice5=PlayMode,nonstop;name,nonstop
|
||||||
Choice6=PlayMode,oni
|
Choice6=PlayMode,oni;name,oni
|
||||||
Choice7=PlayMode,endless
|
Choice7=PlayMode,endless;name,endless
|
||||||
Choice8=PlayMode,rave
|
Choice8=PlayMode,rave;name,rave
|
||||||
NumChoicesOnPage1=4
|
NumChoicesOnPage1=4
|
||||||
HelpText=Use &LEFT; &RIGHT; to select, then press START
|
HelpText=Use &LEFT; &RIGHT; to select, then press START
|
||||||
TimerSeconds=40
|
TimerSeconds=40
|
||||||
|
|||||||
Reference in New Issue
Block a user