Started building proper hub world

This commit is contained in:
derek
2025-03-26 16:59:50 -05:00
parent 8d0f925be6
commit 5eec7838d8
12 changed files with 272 additions and 12 deletions

View File

@@ -30,8 +30,4 @@ collision_mask = 128
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("BoxShape3D_polhc")
[node name="RayCast3D" type="RayCast3D" parent="."]
target_position = Vector3(0, 0, -1)
collision_mask = 128
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]