This commit is contained in:
Aotumuri
2025-04-13 07:28:51 +09:00
parent 9b941ce179
commit 9bf6c6d010
4 changed files with 61 additions and 60 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ import { ClientID } from "../../../core/Schemas";
import { Theme } from "../../../core/configuration/Config";
import { AllPlayers, Cell, nukeTypes } from "../../../core/game/Game";
import { GameView, PlayerView } from "../../../core/game/GameView";
import { createCanvas, renderPlayerFlag, renderTroops } from "../../Utils";
import { renderPlayerFlag } from "../../FlagInput";
import { createCanvas, renderTroops } from "../../Utils";
import { TransformHandler } from "../TransformHandler";
import { Layer } from "./Layer";
@@ -12,8 +12,9 @@ import {
import { TileRef } from "../../../core/game/GameMap";
import { GameView, PlayerView, UnitView } from "../../../core/game/GameView";
import { ClientID } from "../../../core/Schemas";
import { renderPlayerFlag } from "../../FlagInput";
import { MouseMoveEvent } from "../../InputHandler";
import { renderNumber, renderPlayerFlag, renderTroops } from "../../Utils";
import { renderNumber, renderTroops } from "../../Utils";
import { TransformHandler } from "../TransformHandler";
import { Layer } from "./Layer";