Logger outputs logfile and savegame on crash (#439)

This commit is contained in:
Julian Murgia
2021-11-14 14:12:18 +01:00
committed by GitHub
parent d8a91e220a
commit 4221cda1c2
7 changed files with 235 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ func _on_options_pressed():
# Quit the game
func _on_quit_pressed():
get_tree().quit()
escoria.quit()
# Hide the options panel again

View File

@@ -28,7 +28,7 @@ func _on_load_game_pressed():
# Quit the game
func _on_quit_pressed():
get_tree().quit()
escoria.quit()
# Hide the save slots again