Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into cargo-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jul 22, 2024
2 parents d1675a5 + fe1c6b2 commit 394392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/movement.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Handle player input and translate it into movement.
//! Note that the approach used here is simple for demonstration purposes.
//! If you want to move the player in a smoother way,
//! consider using a [fixed timestep](https://github.com/bevyengine/bevy/blob/latest/examples/movement/physics_in_fixed_timestep.rs).
//! consider using a [fixed timestep](https://github.com/bevyengine/bevy/blob/main/examples/movement/physics_in_fixed_timestep.rs).

use bevy::{prelude::*, window::PrimaryWindow};

Expand Down

0 comments on commit 394392d

Please sign in to comment.