This commit is contained in:
2025-01-18 15:45:09 +01:00
parent f1bfb48fcf
commit 114e09172f
6 changed files with 94 additions and 7 deletions

9
script/display_song.gd Normal file
View File

@@ -0,0 +1,9 @@
extends CanvasLayer
@export var label:Label = null
@export var anim: AnimationPlayer = null
func display_song_name(text: String) -> void:
anim.play("RESET")
label.text = text
anim.play("alphapasla")