From 07f77e41a5da34cf29f2b48cc4f0b3fbf6a35fe2 Mon Sep 17 00:00:00 2001 From: landgreen Date: Mon, 3 Aug 2020 16:28:36 -0700 Subject: [PATCH] new level boss --- index.html | 5 +- js/bullet.js | 106 +++++++++------------ js/engine.js | 4 +- js/game.js | 7 +- js/index.js | 22 +---- js/level.js | 254 +++++++++++++++++++++++++------------------------- js/mob.js | 19 ++-- js/mods.js | 137 ++++++++++++++++++++------- js/player.js | 11 +-- js/powerup.js | 4 +- js/spawn.js | 46 ++++++++- todo.txt | 103 ++++++-------------- 12 files changed, 366 insertions(+), 352 deletions(-) diff --git a/index.html b/index.html index 0017d3d..603e099 100644 --- a/index.html +++ b/index.html @@ -105,15 +105,12 @@
- +
- - -