Added forest eedge sprite line, invisible wall, and bush place holder

This commit is contained in:
2024-09-04 23:39:52 -05:00
parent 81e0ac0210
commit 77f30a7363
7 changed files with 100 additions and 10 deletions

View File

@ -0,0 +1,6 @@
extends StaticBody3D
@onready var Audio = $AudioStreamPlayer
func _on_area_3d_area_entered(area:Area3D) -> void:
Audio.play()