bug world text
This commit is contained in:
parent
acecd4eb83
commit
902ec2c4a9
2 changed files with 158 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue