hopefully the final revision of the credits

This commit is contained in:
pennyrigate 2024-07-11 23:04:50 -04:00
parent af935b5031
commit 4ad406c44c
3 changed files with 112 additions and 34 deletions

View file

@ -230,3 +230,5 @@ func _enter_code():
"BLOOPER":
var silhouette = load("res://objects/hud/silhouette.tscn").instance()
Game.get_map().add_child(silhouette)
"IMPATIENT":
Game.change_map(load("res://menus/credits.tscn"))