handshake icon with allied

This commit is contained in:
evanpelle
2024-09-19 08:00:13 -07:00
parent 41e77858ee
commit df682aaabf
4 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export function createRenderer(game: Game, eventBus: EventBus, clientID: ClientI
const layers: Layer[] = [
new TerrainLayer(game),
new TerritoryLayer(game, eventBus),
new NameLayer(game, game.config().theme(), transformHandler),
new NameLayer(game, game.config().theme(), transformHandler, clientID),
new UILayer(eventBus, game, game.config().theme(), clientID, transformHandler)
]