mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 15:47:01 +00:00
add # troops to UI
This commit is contained in:
@@ -16,7 +16,7 @@ export function createClientGame(name: string, clientID: ClientID, ip: string |
|
||||
let eventBus = new EventBus()
|
||||
let game = createGame(terrainMap, eventBus, config)
|
||||
let terrainRenderer = new TerrainRenderer(game)
|
||||
let gameRenderer = new GameRenderer(game, terrainRenderer)
|
||||
let gameRenderer = new GameRenderer(game, clientID, terrainRenderer)
|
||||
|
||||
return new ClientGame(
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user