This commit is contained in:
Spencer Killen 2023-11-12 14:40:51 -07:00
parent 0c1439c4f3
commit 8490650ffe
Signed by: sjkillen
GPG Key ID: 3AF3117BA6FBB75B
1 changed files with 3 additions and 6 deletions

View File

@ -2,8 +2,8 @@
[ext_resource type="PackedScene" uid="uid://dmttoc025f26x" path="res://Domino.glb" id="1_n2u88"]
[sub_resource type="BoxShape3D" id="BoxShape3D_ckxw5"]
size = Vector3(0.050583, 0.0932653, 0.0171852)
[sub_resource type="BoxShape3D" id="BoxShape3D_ndu5u"]
size = Vector3(0.051, 0.093, 0.017)
[node name="Domino" instance=ExtResource("1_n2u88")]
@ -12,7 +12,4 @@ transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0)
[node name="CollisionShape3D" parent="." index="3"]
transform = Transform3D(0.999984, 0, 0, 0, 0.999984, 0, 0, 0, 0.999984, 0, 0, 0)
[node name="CollisionShape3D2" type="CollisionShape3D" parent="." index="4"]
transform = Transform3D(0.999984, 0, 0, 0, 0.999984, 0, 0, 0, 0.999984, 0, 0, 0)
shape = SubResource("BoxShape3D_ckxw5")
shape = SubResource("BoxShape3D_ndu5u")