fixed a bug

This commit is contained in:
pennyrigate 2024-07-14 02:54:23 -04:00
parent b00d83ac7d
commit 45de661aa3

View file

@ -10,6 +10,7 @@ onready var delete_background = $DeleteBackground
func _ready() -> void:
Fade.fade_in(Options.transition_speed_secs)
$SelectFile1.call_deferred("grab_focus")
Game.current_palette = "default"
func _on_file_loaded() -> void: