fix movement
This commit is contained in:
@@ -17,7 +17,7 @@ pub const PROTOCOL_ID: u64 = 7;
|
||||
#[derive(Debug, Component)]
|
||||
pub struct Player {
|
||||
pub id: u64,
|
||||
pub position: Vec2,
|
||||
pub transform: Transform,
|
||||
}
|
||||
|
||||
#[derive(Debug, Default, Clone, Copy, Serialize, Deserialize, Component)]
|
||||
|
Reference in New Issue
Block a user