From 113c6d105a0b06603388e5e0ded90ed169ae0c50 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 17 Jun 2023 01:18:16 -0400 Subject: map editor --- client/src/logic/players.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/logic/players.ts') diff --git a/client/src/logic/players.ts b/client/src/logic/players.ts index ebe469f..96779fe 100644 --- a/client/src/logic/players.ts +++ b/client/src/logic/players.ts @@ -33,7 +33,7 @@ export const updatePlayers = (data: GameState, input: Input) => { data.players[added] ||= { pos: {x: 1, y: 1}, inputRotation: Rotation.EAST, - moveRotation: Rotation.EAST, + moveRotation: Rotation.NOTHING, moving: false, }; -- cgit v1.2.3-freya