Completed RTS front end

This commit is contained in:
Pax1601
2023-07-20 17:49:41 +02:00
parent 2e113b468a
commit 5613394a2c
19 changed files with 368 additions and 101 deletions

View File

@@ -1,5 +1,6 @@
import { LatLng, LatLngBounds } from "leaflet";
export const NONE = "None";
export const GAME_MASTER = "Game master";
export const BLUE_COMMANDER = "Blue commander";
export const RED_COMMANDER = "Red commander";