benitier
This commit is contained in:
9
script/display_song.gd
Normal file
9
script/display_song.gd
Normal 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")
|
||||
Reference in New Issue
Block a user