Adds default crash popup, if game.gd doesn't reimplement it (#449)

This commit is contained in:
Julian Murgia
2021-11-18 21:41:27 +01:00
committed by GitHub
parent 726bf4d57e
commit 43f06e38c2
5 changed files with 24 additions and 43 deletions

View File

@@ -161,4 +161,3 @@ func check_game_scene_methods():
assert(current_scene.game.has_method("show_ui"))
assert(current_scene.game.has_method("_on_event_done"))
assert(current_scene.game.has_method("show_crash_popup"))