From 6c844fa6da6156f772de800ffdcf4b19ca8fec19 Mon Sep 17 00:00:00 2001 From: landgreen Date: Mon, 21 Oct 2019 05:20:39 -0700 Subject: [PATCH] added mod powerUps and balance --- index.html | 2 +- js/bullets.js | 280 +++++++++++++++++++++++++++++++------------------ js/engine.js | 1 + js/game.js | 233 +++------------------------------------- js/index.js | 79 +++----------- js/mobs.js | 2 + js/player.js | 21 ++-- js/powerups.js | 57 +++++++++- 8 files changed, 274 insertions(+), 401 deletions(-) diff --git a/index.html b/index.html index 39eb58b..1ae67a3 100644 --- a/index.html +++ b/index.html @@ -186,7 +186,7 @@ animation: dash 5s ease-in forwards; } - +