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