Skip to content

Commit

Permalink
make bundle screen go to music select after selection
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 17, 2018
1 parent 2f33a2b commit 2394f91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ local o = Def.ActorFrame{
self:queuecommand("SelectionChanged")
end
if params.Name == 'Select' then
SCREENMAN:SystemMessage(minidoots[ind]:lower())
SCREENMAN:SystemMessage(minidoots[ind]:lower())
DLMAN:DownloadCoreBundle(minidoots[ind]:lower())
-- then move to screenselectmusic some way
SCREENMAN:GetTopScreen():StartTransitioningScreen("SM_GoToNextScreen")
end
end,
Def.Quad{
Expand Down
2 changes: 1 addition & 1 deletion Themes/Til Death/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ SampleMusicDelay=0
[ScreenCoreBundleSelect]
Class="ScreenSplash"
Fallback="ScreenSplash"
NextScreen=Branch.TitleMenu()
NextScreen="ScreenSelectMusic"
PrevScreen=Branch.TitleMenu()
ShowStyleIcon=false
TimerSeconds=-1
Expand Down

0 comments on commit 2394f91

Please sign in to comment.