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