5 lines
88 B
GDScript
5 lines
88 B
GDScript
extends Node
|
|
|
|
func _on_Area2D_body_entered(body):
|
|
$AnimationPlayer.play("Type Writer")
|