bug world text

This commit is contained in:
pennyrigate 2023-09-15 21:27:05 -04:00
parent acecd4eb83
commit 902ec2c4a9
2 changed files with 158 additions and 10 deletions

View file

@ -8,10 +8,10 @@ export var text_material: Material = null setget _set_material
onready var text_mesh = $"%TextMesh"
onready var animation_player = $"%AnimationPlayer"
export var anim = "RESET"
func _ready() -> void:
pass
animation_player.play(anim)
func _set_text(value: String) -> void: