Player modifs

This commit is contained in:
2026-09-15 23:50:33 +02:00
parent 82b8bbb699
commit 4db771c8c6
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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)]