SUPER PLAYER!

This commit is contained in:
Haze Weathers 2024-07-14 01:46:14 -04:00
parent fa94bf6601
commit f1168c099a
13 changed files with 136 additions and 9 deletions

View file

@ -75,6 +75,8 @@ func _ready() -> void:
sprite.material.set_shader_param("palette", palette)
$"%CFox".material.set_shader_param("palette", palette)
$"%DissolveParticles".material.set_shader_param("palette", palette)
if Game.current_palette == "super_player":
$"%Sparkles".visible = true
# death handling
Game.respawn_point = global_position