From 16eb20654e648bd18f2e1cf47f713391d242cda0 Mon Sep 17 00:00:00 2001 From: Ben Coleman Date: Fri, 6 Dec 2024 15:48:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=83=E2=80=8D=E2=99=82=EF=B8=8F=20Force?= =?UTF-8?q?=20CI=20to=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/hud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hud.ts b/src/core/hud.ts index aaf9cbc..e82ffa6 100644 --- a/src/core/hud.ts +++ b/src/core/hud.ts @@ -1,5 +1,5 @@ // ===== hud.ts ========================================================= -// A HTML based HUD for the game, this is a simple div for now +// A HTML based HUD for the game, this is a simple div wrapper for now // Ben Coleman, 2023 // ======================================================================