the-crypt/script/typewriter.gd

8 lines
84 B
GDScript3
Raw Normal View History

2020-07-17 19:22:17 -05:00
extends Node
func _on_body_entered(body):
$AnimationPlayer.play("Type Writer")