Skip to content

Commit

Permalink
you can now leave results screen (maybe actual release for v1.1.0 now??)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed May 28, 2024
1 parent e69e624 commit c9a690c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/love/states/menu/results.lua
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,12 @@ return {
for i = 1, #scoreNumbers.sprites do
scoreNumbers.sprites[i]:update(dt)
end

if input:pressed("confirm") then
resultsMusic:stop()
Gamestate.switch(menuSelect)
music:play()
end
end,

draw = function(self)
Expand Down

0 comments on commit c9a690c

Please sign in to comment.