* deleted old maps

* fixed bug where NPC and Bots had same id
* NPCs spawn near IRL location
* NPCs have different strength (starting troops)
* game has more NPCs than before
* Needs more balancing
This commit is contained in:
evanpelle
2024-10-08 20:42:35 -07:00
parent 4059b53904
commit 7235b73b6c
13 changed files with 87 additions and 31 deletions
+4
View File
@@ -26,4 +26,8 @@ declare module '*.txt' {
declare module '*.html' {
const content: string;
export default content;
}
declare module '*.json' {
const value: any;
export default value;
}