diff options
Diffstat (limited to 'client/src/logic/players.ts')
-rw-r--r-- | client/src/logic/players.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/logic/players.ts b/client/src/logic/players.ts index 96779fe..96337ea 100644 --- a/client/src/logic/players.ts +++ b/client/src/logic/players.ts @@ -34,7 +34,12 @@ export const updatePlayers = (data: GameState, input: Input) => { pos: {x: 1, y: 1}, inputRotation: Rotation.EAST, moveRotation: Rotation.NOTHING, + velocityRotation: Rotation.NOTHING, moving: false, + thiccLeft: 0, + dead: false, + framesDead: 0, + atePellets: 0 }; } |