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 13:07:26 -07:00
committed by VariableVince
parent 56abe81ecd
commit 66ecbabac2
49 changed files with 12 additions and 12 deletions
@@ -21,7 +21,7 @@ vi.mock("lit/directives/unsafe-html.js", () => ({
UnsafeHTMLDirective: class {},
}));
import { EventsDisplay } from "../../../../src/client/graphics/layers/EventsDisplay";
import { EventsDisplay } from "../../../../src/client/hud/layers/EventsDisplay";
import { MessageType } from "../../../../src/core/game/Game";
describe("EventsDisplay - alliance renewal cleanup (allianceID based)", () => {