diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-08 14:35:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-08 14:35:57 +0200 |
commit | 544054658e4ec7cda694e902eebd7494baf448d5 (patch) | |
tree | 0495c1cbb9aacb87cc8297480df58c545c08ba9f /test-client/protocol.ts | |
parent | dc2d0509963afb2d0b23aeb8a9085ade5e5bba93 (diff) | |
download | hurrycurry-544054658e4ec7cda694e902eebd7494baf448d5.tar hurrycurry-544054658e4ec7cda694e902eebd7494baf448d5.tar.bz2 hurrycurry-544054658e4ec7cda694e902eebd7494baf448d5.tar.zst |
test-client: proper two handed mode; closes #246
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r-- | test-client/protocol.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts index 1cfdab79..fb8c11a8 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -34,6 +34,7 @@ export interface Gamedata { tile_interact: boolean[], // Look-up table for TileIndex to check if a tile is interactable spawn: Vec2, // Where players spawn when they join. maps: [string, MapMetadata][], // Metadata for most available maps + hand_count: number, } export type PacketS = |