From f5fcce110a915fca1b114001962170733276e5df Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 29 Jun 2023 11:40:46 -0400 Subject: audio, finalize gameplay, wrap around map, stuff --- client/src/logic/players.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/logic/players.ts') 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 }; } -- cgit v1.2.3-freya