Music to my ears.

This commit is contained in:
Haze Weathers 2025-03-11 01:12:28 -04:00
parent 884f49fed3
commit 1570f6986f
15 changed files with 168 additions and 25 deletions

View file

@ -5,3 +5,8 @@ extends Node2D
@export var title: String
@export var id: String
@export_range(0,1,1,"or_greater") var order: int
@export_custom(0, "global_music") var music: StringName
func _ready() -> void:
Music.play_song(music)