diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-07 15:58:17 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-07 15:58:17 +0200 |
commit | b73598f73360f3b5ace7415b535bbedbea8de35e (patch) | |
tree | 1880b4d64040dbc9edac62efb262d73096de7dfc /test-client | |
parent | 13ea66d8832fbede8563e66a4bc25e32b594ab30 (diff) | |
download | hurrycurry-b73598f73360f3b5ace7415b535bbedbea8de35e.tar hurrycurry-b73598f73360f3b5ace7415b535bbedbea8de35e.tar.bz2 hurrycurry-b73598f73360f3b5ace7415b535bbedbea8de35e.tar.zst |
send map names
Diffstat (limited to 'test-client')
-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 f3bb8acb..ebfd9232 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -26,6 +26,7 @@ export interface Gamedata { tile_collide: boolean[], // Look-up table for TileIndex to check tile collision with players tile_interact: boolean[], // Look-up table for TileIndex to check if a tile is interactable spawn: Vec2, // Where players spawn when they join. + map_names: string[], } export type PacketS = |