diff --git a/Maps/testarea1.tscn b/Maps/testarea1.tscn new file mode 100644 index 0000000..fe384aa --- /dev/null +++ b/Maps/testarea1.tscn @@ -0,0 +1,9 @@ +[gd_scene format=3 uid="uid://brfjx8sl2hool"] + +[node name="world" type="Node3D"] + +[node name="map" type="Node3D" parent="."] + +[node name="CSGBox3D" type="CSGBox3D" parent="map"] +use_collision = true +size = Vector3(50, 1, 50)