Music to my ears.
This commit is contained in:
parent
884f49fed3
commit
1570f6986f
15 changed files with 168 additions and 25 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue