8 lines
84 B
GDScript
8 lines
84 B
GDScript
extends Node
|
|
|
|
|
|
|
|
|
|
func _on_body_entered(body):
|
|
$AnimationPlayer.play("Type Writer")
|