fix up practice mode somewhat
This commit is contained in:
@@ -1244,6 +1244,15 @@ This song is missing a music file and cannot be edited.=This song is missing a m
|
|||||||
The song directory is read-only and cannot be edited.=The song directory is read-only and cannot be edited.
|
The song directory is read-only and cannot be edited.=The song directory is read-only and cannot be edited.
|
||||||
Blank=Blank
|
Blank=Blank
|
||||||
|
|
||||||
|
[ScreenPracticeMenu]
|
||||||
|
HeaderText=Practice Songs
|
||||||
|
|
||||||
|
ExplanationGroup=Select the song group.
|
||||||
|
ExplanationSong=Select the song you wish to practice.
|
||||||
|
ExplanationAction=Press Start to practice!
|
||||||
|
ExplanationStepsType=Select the StepsType you want to practice.
|
||||||
|
ExplanationSteps=Select a notechart.
|
||||||
|
|
||||||
[ScreenEvaluation]
|
[ScreenEvaluation]
|
||||||
HeaderText=Your Results
|
HeaderText=Your Results
|
||||||
HeaderSubText=Your dance was so great!
|
HeaderSubText=Your dance was so great!
|
||||||
|
|||||||
@@ -21,22 +21,6 @@ function GetExtraColorThreshold()
|
|||||||
return Modes[sGame]
|
return Modes[sGame]
|
||||||
end
|
end
|
||||||
|
|
||||||
-- GetEditModifiers
|
|
||||||
-- [en] returns modifiers for ScreenEdit to use.
|
|
||||||
function GetEditModifiers()
|
|
||||||
sGame = GAMESTATE:GetCurrentGame():GetName()
|
|
||||||
local Modes = {
|
|
||||||
dance = "",
|
|
||||||
pump = "",
|
|
||||||
beat = "reverse",
|
|
||||||
kb7 = "reverse",
|
|
||||||
para = "",
|
|
||||||
techno = "",
|
|
||||||
lights = "" -- lights shouldn't be playable
|
|
||||||
}
|
|
||||||
return Modes[sGame]
|
|
||||||
end
|
|
||||||
|
|
||||||
-- GameCompatibleModes:
|
-- GameCompatibleModes:
|
||||||
-- [en] returns possible modes for ScreenSelectPlayMode
|
-- [en] returns possible modes for ScreenSelectPlayMode
|
||||||
function GameCompatibleModes()
|
function GameCompatibleModes()
|
||||||
|
|||||||
@@ -3309,7 +3309,7 @@ AllowOperatorMenuButton=false
|
|||||||
ShowCreditDisplay=false
|
ShowCreditDisplay=false
|
||||||
ShowStyleIcon=false
|
ShowStyleIcon=false
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
EditModifiers=GetEditModifiers()
|
EditModifiers="no reverse"
|
||||||
EditHelpX=SCREEN_LEFT+4
|
EditHelpX=SCREEN_LEFT+4
|
||||||
EditHelpY=SCREEN_TOP+16
|
EditHelpY=SCREEN_TOP+16
|
||||||
EditHelpOnCommand=halign,0;valign,0;zoom,0.675;shadowlength,1
|
EditHelpOnCommand=halign,0;valign,0;zoom,0.675;shadowlength,1
|
||||||
@@ -3325,9 +3325,17 @@ Fallback="ScreenEditMenu"
|
|||||||
Class="ScreenEditMenu"
|
Class="ScreenEditMenu"
|
||||||
#
|
#
|
||||||
NextScreen="ScreenPractice"
|
NextScreen="ScreenPractice"
|
||||||
|
EditMenuType="PracticeMenu"
|
||||||
|
|
||||||
|
[PracticeMenu]
|
||||||
|
Fallback="EditMenu"
|
||||||
|
EditMode="EditMode_Practice"
|
||||||
|
|
||||||
[ScreenPractice]
|
[ScreenPractice]
|
||||||
Fallback="ScreenEdit"
|
Fallback="ScreenEdit"
|
||||||
Class="ScreenEdit"
|
Class="ScreenEdit"
|
||||||
|
NextScreen="ScreenOptionsEdit"
|
||||||
|
PrevScreen="ScreenOptionsEdit"
|
||||||
#
|
#
|
||||||
EditMode="EditMode_Practice"
|
EditMode="EditMode_Practice"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user