move Game updates to GameUpdate.ts

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 375326ed64
commit 4bbb63fd48
31 changed files with 202 additions and 180 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import allianceIcon from '../../../../resources/images/AllianceIcon.png';
import crownIcon from '../../../../resources/images/CrownIcon.png';
import targetIcon from '../../../../resources/images/TargetIcon.png';
import { ClientID } from "../../../core/Schemas"
import { GameView, PlayerView } from "../../../core/GameView"
import { GameView, PlayerView } from "../../../core/game/GameView"
import { createCanvas, renderTroops } from "../../Utils"