Add a branch for use with the new theme and network play. Keep the old around for reference.
This commit is contained in:
@@ -36,6 +36,13 @@ function SongSelectionScreen()
|
|||||||
return "ScreenSelectMusic"
|
return "ScreenSelectMusic"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function ScreenSelectMusicBranch()
|
||||||
|
if IsNetConnected() then ReportStyle() end
|
||||||
|
if IsNetSMOnline() then return SMOnlineScreen() end
|
||||||
|
if IsNetConnected() then return "ScreenNetSelectMusic" end
|
||||||
|
return "ScreenSelectMusic"
|
||||||
|
end
|
||||||
|
|
||||||
function NextNetworkScreen()
|
function NextNetworkScreen()
|
||||||
if IsNetConnected() then return "ScreenCaution" end
|
if IsNetConnected() then return "ScreenCaution" end
|
||||||
return "ScreenTitleMenu"
|
return "ScreenTitleMenu"
|
||||||
|
|||||||
@@ -235,7 +235,8 @@ UpdateOnMessage=""
|
|||||||
PrevScreen="ScreenTitleMenu"
|
PrevScreen="ScreenTitleMenu"
|
||||||
ChoiceNames="1,2,3,4,5"
|
ChoiceNames="1,2,3,4,5"
|
||||||
# The "name" here affects the announcer, eg. "ScreenSelectStyle comment single".
|
# The "name" here affects the announcer, eg. "ScreenSelectStyle comment single".
|
||||||
Choice1="playmode,regular;name,Normal;text,Normal;screen,ScreenSelectMusic"
|
#Choice1="playmode,regular;name,Normal;text,Normal;screen,ScreenSelectMusic"
|
||||||
|
Choice1="playmode,regular;name,Normal;text,Normal;screen,"..ScreenSelectMusicBranch()
|
||||||
Choice2="playmode,nonstop;name,Nonstop;text,Nonstop;screen,ScreenSelectMusic"
|
Choice2="playmode,nonstop;name,Nonstop;text,Nonstop;screen,ScreenSelectMusic"
|
||||||
Choice3="playmode,oni;name,Challenge;text,Challenge;screen,ScreenSelectMusic"
|
Choice3="playmode,oni;name,Challenge;text,Challenge;screen,ScreenSelectMusic"
|
||||||
Choice4="playmode,nonstop;name,Survival;text,Survival;screen,ScreenSelectMusic"
|
Choice4="playmode,nonstop;name,Survival;text,Survival;screen,ScreenSelectMusic"
|
||||||
|
|||||||
Reference in New Issue
Block a user