forked from team-sg/hero-mark-2
begin work on game over screen
This commit is contained in:
parent
01cca79c79
commit
12ea0b0b72
7 changed files with 160 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue