We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c25ba commit 44ee5f3Copy full SHA for 44ee5f3
squash-the-creeps/rust/src/player.rs
@@ -55,7 +55,7 @@ impl ICharacterBody3D for Player {
55
let mut pivot = self.base_mut().get_node_as::<Node3D>("Pivot");
56
57
// Setting the basis property will affect the rotation of the node.
58
- pivot.set_basis(Basis::looking_at(-direction, Vector3::UP, true));
+ pivot.set_basis(Basis::looking_at(-direction));
59
self.base()
60
.get_node_as::<AnimationPlayer>("AnimationPlayer")
61
.set_speed_scale(4.0);
0 commit comments