-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
+1 -1
View File
@@ -10,7 +10,7 @@
"noEmit": false,
"removeComments": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noUnusedParameters": true,
"noImplicitAny": false,
"allowJs": true,
"types": ["vite/client"]