This commit is contained in:
pennyrigate 2024-07-14 02:33:32 -04:00
parent f1168c099a
commit 243620528c
3 changed files with 5 additions and 5 deletions

View file

@ -13,6 +13,7 @@ onready var sg: AnimatedSprite = $SG
func _ready() -> void:
menu_sounds.can_play = true
assert(titles.size() == palettes.size(), "titles and palettes arrays are not same size")
if Save.current_file.is_super_player():