Animated and hidden whirlpool.

This commit is contained in:
Haze Weathers 2024-11-24 18:54:21 -05:00
parent e9700219db
commit b919ebb658
4 changed files with 38 additions and 5 deletions

View file

@ -44,6 +44,15 @@ func _ready() -> void:
if Game.current_palette == "super_player":
$"%Sparkles".visible = true
$ShardCount.text = "%02d" % Save.current_file.get_total_shards()
var save := Save.current_file
if save.levels["boss3"].completed:
$"%Whirlpool".visible = true
$"%Whirlpool".play("default")
else:
$"%Whirlpool".visible = false
Fade.fade_in(Options.transition_speed_secs)
# set initial offset
selected_level = Game.current_level