-Add UI (Health bars, Resources UI, HUD Interface, Weapon U, Zoombie Invasion progress Indicator)

-Refactor code structure for improved readability and maintainability
This commit is contained in:
24Play-Mykyta-Slobodianiuk
2026-06-08 18:33:28 +03:00
parent d6fc6be717
commit 78d85c3799
31 changed files with 6308 additions and 624 deletions
+5 -2
View File
@@ -38,8 +38,11 @@ html {
}
canvas {
width: 100%;
height: 100%;
/* !important beats the renderer's inline px size so the canvas always fills
the layout viewport — needed when we lock the viewport to a 360px min width
and let the browser scale the whole page (canvas + HUD) down together. */
width: 100% !important;
height: 100% !important;
}
#debug_label {