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

@ -41,6 +41,8 @@ func _ready() -> void:
Audio.play_music(music)
var palette = load("res://graphics/player/palettes/%s.tex" % Game.current_palette)
player_sprite.material.set_shader_param("palette", palette)
if Game.current_palette == "super_player":
$"%Sparkles".visible = true
$ShardCount.text = "%02d" % Save.current_file.get_total_shards()
Fade.fade_in(Options.transition_speed_secs)
# set initial offset