diff --git a/modules/systems/locomotion/locomotion.tscn b/modules/systems/locomotion/locomotion.tscn index 3a83ad6..4cd8b40 100644 --- a/modules/systems/locomotion/locomotion.tscn +++ b/modules/systems/locomotion/locomotion.tscn @@ -11,6 +11,7 @@ radius = 0.3 [sub_resource type="CylinderShape3D" id="CylinderShape3D_4vvyl"] height = 1.7 +radius = 0.29 [node name="Locomotion" type="CharacterBody3D"] 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") [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") target_position = Vector3(0, 0, 0)