add ScreenPlayerOptionsNext
This commit is contained in:
@@ -35,6 +35,14 @@ function SelectFirstOptionsScreen()
|
|||||||
return "ScreenPlayerOptions"
|
return "ScreenPlayerOptions"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function ScreenPlayerOptionsNext()
|
||||||
|
if SCREENMAN:GetTopScreen():GetGoToOptions() then
|
||||||
|
return "ScreenSongOptions"
|
||||||
|
else
|
||||||
|
return "ScreenStage"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function GetGameplayScreen()
|
function GetGameplayScreen()
|
||||||
if IsExtraStage() or IsExtraStage2() then return "ScreenGameplay" end
|
if IsExtraStage() or IsExtraStage2() then return "ScreenGameplay" end
|
||||||
return "ScreenGameplay"
|
return "ScreenGameplay"
|
||||||
|
|||||||
Reference in New Issue
Block a user