Skip to content

Commit

Permalink
First pause or quit dialog is on all black; force background screen r…
Browse files Browse the repository at this point in the history
…ender first?
  • Loading branch information
kentdahl committed May 11, 2024
1 parent c166541 commit 5bdafea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magicmaze/gameloop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def save_game
end

def pause_game
# TODO: @graphics.put_screen(:background, false, false)
@graphics.show_long_message( _("Paused!\n \nPress any key\nto resume game.") )
@game_input.get_key_press
end
Expand Down

0 comments on commit 5bdafea

Please sign in to comment.