Fixed a couple values in the ShapeCast3D node
This commit is contained in:
parent
b0b17920dc
commit
439fa3f5cd
@ -11,6 +11,7 @@ radius = 0.3
|
|||||||
|
|
||||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_4vvyl"]
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_4vvyl"]
|
||||||
height = 1.7
|
height = 1.7
|
||||||
|
radius = 0.29
|
||||||
|
|
||||||
[node name="Locomotion" type="CharacterBody3D"]
|
[node name="Locomotion" type="CharacterBody3D"]
|
||||||
script = ExtResource("1_o7b0w")
|
script = ExtResource("1_o7b0w")
|
||||||
@ -24,5 +25,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0)
|
|||||||
shape = SubResource("CylinderShape3D_d8se7")
|
shape = SubResource("CylinderShape3D_d8se7")
|
||||||
|
|
||||||
[node name="ShapeCast3D" type="ShapeCast3D" parent="."]
|
[node name="ShapeCast3D" type="ShapeCast3D" parent="."]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.95, 0)
|
||||||
shape = SubResource("CylinderShape3D_4vvyl")
|
shape = SubResource("CylinderShape3D_4vvyl")
|
||||||
target_position = Vector3(0, 0, 0)
|
target_position = Vector3(0, 0, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user