mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-18 21:22:40 +00:00
add player death & quotes when win or lose
This commit is contained in:
@@ -75,7 +75,7 @@ export async function createClientGame(lobbyConfig: LobbyConfig, gameConfig: Gam
|
||||
const gameMap = await loadTerrainMap(gameConfig.gameMap);
|
||||
const worker = new WorkerClient(lobbyConfig.gameID, gameConfig)
|
||||
await worker.initialize()
|
||||
const gameView = new GameView(worker, config, gameMap.gameMap)
|
||||
const gameView = new GameView(worker, config, gameMap.gameMap, lobbyConfig.clientID)
|
||||
|
||||
|
||||
consolex.log('going to init path finder')
|
||||
|
||||
Reference in New Issue
Block a user