quite incredible

This commit is contained in:
Haze Weathers 2024-12-05 02:21:22 -05:00
parent 94ed6c6c68
commit b6daa18e6c
5 changed files with 113 additions and 0 deletions

View file

@ -240,3 +240,6 @@ func _enter_code():
"LASERTAG":
Game.can_use_shield = true
is_cheating = true
"INCREDIBLE":
var cat = load("res://objects/enemy/uncanny_cat.tscn").instance()
Game.get_map().add_child(cat)