global takeover of transition_speed variable

This commit is contained in:
Haze Weathers 2024-02-27 19:26:35 -05:00
parent ddafe49d12
commit bfbc0dfd2b
18 changed files with 42 additions and 42 deletions

View file

@ -30,7 +30,7 @@ onready var shards_needed: Label = $"%ShardsNeeded"
func _ready() -> void:
$ShardCount.text = "%02d" % Save.current_file.get_total_shards()
Fade.fade_in(0.4)
Fade.fade_in(Options.transition_speed_secs)
Audio.ac_music.stop()
# set initial offset
LevelData.levels[selected_level].save_id