quite incredible
This commit is contained in:
parent
94ed6c6c68
commit
b6daa18e6c
5 changed files with 113 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue