Basic 3d Disc
This commit is contained in:
15
box_obstacle.tscn
Normal file
15
box_obstacle.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user