add a silly cheatcode
This commit is contained in:
parent
4848dca875
commit
8e9ecc9ed2
2 changed files with 18 additions and 0 deletions
|
@ -228,3 +228,6 @@ func _enter_code():
|
|||
var player = get_tree().get_nodes_in_group("player").pop_back()
|
||||
player.sprite.material.set_shader_param("palette", load("res://graphics/player/palettes/costume_wriggle.png"))
|
||||
player.sprite.set_texture(load("res://graphics/player/costume_wriggle.png"))
|
||||
"BLOOPER":
|
||||
var silhouette = load("res://objects/hud/silhouette.tscn").instance()
|
||||
Game.get_map().add_child(silhouette)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue