Change to Basic 3d Version

This commit is contained in:
2023-06-04 18:23:34 -04:00
parent 2bdba756b8
commit d881d14010
6 changed files with 50 additions and 12 deletions

9
map_3d_test.tscn Normal file
View File

@@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://fjxeinktml2j"]
[sub_resource type="PlaneMesh" id="PlaneMesh_763vg"]
size = Vector2(100, 100)
[node name="Terrain" type="StaticBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_763vg")