godot_rl_FlyBy / GameArea.gd
jtatman's picture
Upload folder using huggingface_hub
48fcbaa verified
raw
history blame contribute delete
82 Bytes
extends Area3D
func _on_GameArea_body_exited(body):
body.exited_game_area()