Basic 3d Disc

This commit is contained in:
2023-06-04 19:28:16 -04:00
parent d881d14010
commit 86c34c9264
11 changed files with 212 additions and 14 deletions

15
box_obstacle.tscn Normal file
View File

@@ -0,0 +1,15 @@
[gd_scene load_steps=3 format=3 uid="uid://cb4hfwfbpcqy4"]
[sub_resource type="BoxMesh" id="BoxMesh_mpwqk"]
size = Vector3(1, 2, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_ocyf5"]
size = Vector3(1, 2, 1)
[node name="StaticBody3D" type="StaticBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_mpwqk")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_ocyf5")