Player modifs
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ const HORIZONTAL_SPEED: f32 = 300.0; // Lateral movement speed
|
||||
|
||||
// The player
|
||||
#[derive(Component)]
|
||||
struct Player;
|
||||
pub struct Player;
|
||||
|
||||
// Speed of the player
|
||||
#[derive(Component)]
|
||||
|
||||
Reference in New Issue
Block a user