Logger outputs logfile and savegame on crash (#439)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user