diff --git a/content/scenes/player.tscn b/content/scenes/player.tscn index eecd4dd..89a9a39 100644 --- a/content/scenes/player.tscn +++ b/content/scenes/player.tscn @@ -14,6 +14,9 @@ head = NodePath("Body/Head") body = NodePath("Body") camera = NodePath("Body/Head/Smoother/Camera3D") collision_shape = NodePath("MoveCollider") +slope_limit = 40.0 +step_height = 0.3 +snap_to_ground_distance = 0.3 [node name="MoveCollider" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0)