This commit is contained in:
parent
0c1439c4f3
commit
8490650ffe
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue