rename client/graphics → client/hud

The contents (Lit web components for in-game chat, build menu, leaderboard,
attack displays, etc.) are HUD, not graphics — the actual graphics is in
client/render/.
This commit is contained in:
evanpelle
2026-05-18 22:27:23 +02:00
committed by VariableVince
parent 56abe81ecd
commit 66ecbabac2
49 changed files with 12 additions and 12 deletions
@@ -2,7 +2,7 @@ import { describe, expect, test } from "vitest";
import {
alignClusterOrder,
computeLabelScale,
} from "../../../../src/client/graphics/layers/AttackingTroopsOverlay";
} from "../../../../src/client/hud/layers/AttackingTroopsOverlay";
import { Cell } from "../../../../src/core/game/Game";
describe("computeLabelScale", () => {