mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 10:55:47 +00:00
better game join logic, create dev and prod configs
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import {Colord} from "colord";
|
||||
import {Cell, MutableGame, Game, PlayerEvent, Tile, TileEvent, Player, Execution, BoatEvent} from "../../core/Game";
|
||||
import {Cell, Game, PlayerEvent, Tile, TileEvent, Player, Execution, BoatEvent} from "../../core/Game";
|
||||
import {Theme} from "../../core/configuration/Config";
|
||||
import {DragEvent, ZoomEvent} from "../InputHandler";
|
||||
import {calculateBoundingBox, placeName} from "../NameBoxCalculator";
|
||||
import {PseudoRandom} from "../../core/PseudoRandom";
|
||||
import {BoatAttackExecution} from "../../core/execution/BoatAttackExecution";
|
||||
import {NameRenderer} from "./NameRenderer";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user