From be109bbb91f9ff9bda433935fc0e048399e16490 Mon Sep 17 00:00:00 2001 From: landgreen Date: Sun, 12 Mar 2023 17:23:51 -0700 Subject: [PATCH] green health bar community map clock by Cornbread 2100 health bar is now green added a damage bar (I'll probably add a setting to disable this next patch) wave gun has -15% ammo tech phonon has +25% ammo, and +10% damage JUNK tech stubs can now wall climb --- index.html | 28 +- js/bullet.js | 10 +- js/index.js | 7 +- js/level.js | 1355 +++++++++++++++++++++++++++++++++++++++++++++- js/player.js | 55 +- js/simulation.js | 40 +- js/spawn.js | 5 +- js/tech.js | 25 +- style.css | 126 ++++- 9 files changed, 1525 insertions(+), 126 deletions(-) diff --git a/index.html b/index.html index 155261f..597c88c 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,8 @@
-
+
+
@@ -100,6 +101,7 @@