From 9bcf4d3e8c1b186942073e0fb0f15e7589f07f1a Mon Sep 17 00:00:00 2001 From: landgreen Date: Sat, 11 Mar 2023 13:47:41 -0800 Subject: [PATCH] defense HUD added defense bar to HUD new community map commandeer by Desboot bug fixes --- index.html | 3 +- js/bullet.js | 3 +- js/index.js | 63 +++- js/level.js | 803 +++++++++++++++++++++++++++++++++++++++++++++-- js/player.js | 25 +- js/powerup.js | 38 ++- js/simulation.js | 61 ++-- js/spawn.js | 1 + js/tech.js | 56 ++-- style.css | 171 +++++++--- todo.txt | 20 +- 11 files changed, 1079 insertions(+), 165 deletions(-) diff --git a/index.html b/index.html index df2874f..155261f 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@
+
@@ -84,7 +85,6 @@