begin work on game over screen

This commit is contained in:
pennyrigate 2023-10-03 04:08:55 -04:00
parent 01cca79c79
commit 12ea0b0b72
7 changed files with 160 additions and 15 deletions

View file

@ -181,3 +181,7 @@ func _enter_code():
dir.list_dir_end()
"SKELETON":
Game.keys = 50
"GOVERMAN":
var map = get_tree().get_nodes_in_group("map").pop_back()
var gover = load("res://menus/game_over.tscn").instance()
map.add_child(gover)