separate select music help text string
This commit is contained in:
@@ -1280,6 +1280,7 @@ You have changed the timing of=You have changed the timing of
|
|||||||
; Put all help text in this one group and have metrics look up the strings here. That will help make sure
|
; Put all help text in this one group and have metrics look up the strings here. That will help make sure
|
||||||
; that strings are in a consistent style and that strings aren't duplicated.
|
; that strings are in a consistent style and that strings aren't duplicated.
|
||||||
HelpTextNormal=Use &LEFT; &RIGHT; to select, then press START
|
HelpTextNormal=Use &LEFT; &RIGHT; to select, then press START
|
||||||
|
HelpTextSelectMusic=Use &LEFT; &RIGHT; to select, then press START
|
||||||
HelpTextDifficultyPart=&UP;&UP; easier difficulty &DOWN;&DOWN; harder difficulty
|
HelpTextDifficultyPart=&UP;&UP; easier difficulty &DOWN;&DOWN; harder difficulty
|
||||||
HelpTextOptions=&UP; &DOWN; to change line &LEFT; &RIGHT; to select between options START to accept changes
|
HelpTextOptions=&UP; &DOWN; to change line &LEFT; &RIGHT; to select between options START to accept changes
|
||||||
HelpTextOptionsAndBack=&UP; &DOWN; line &LEFT; &RIGHT; change START choose BACK discard
|
HelpTextOptionsAndBack=&UP; &DOWN; line &LEFT; &RIGHT; change START choose BACK discard
|
||||||
|
|||||||
@@ -571,6 +571,7 @@ Fallback="ScreenWithMenuElements2"
|
|||||||
NextScreen=GetSelectMusicNext()
|
NextScreen=GetSelectMusicNext()
|
||||||
PrevScreen=ScreenTitleBranch()
|
PrevScreen=ScreenTitleBranch()
|
||||||
MusicWheelType="MusicWheel"
|
MusicWheelType="MusicWheel"
|
||||||
|
HelpText=ScreenString("HelpTextSelectMusic")
|
||||||
SampleMusicLoops=true
|
SampleMusicLoops=true
|
||||||
SampleMusicFallbackFadeInSeconds=0
|
SampleMusicFallbackFadeInSeconds=0
|
||||||
ShowOptionsMessageSeconds=1.5
|
ShowOptionsMessageSeconds=1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user