From b73598f73360f3b5ace7415b535bbedbea8de35e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 7 Jul 2024 15:58:17 +0200 Subject: send map names --- test-client/protocol.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test-client/protocol.ts') 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 = -- cgit v1.2.3-70-g09d2