bug fixes and balance

This commit is contained in:
landgreen
2020-01-08 17:55:17 -08:00
parent e63367d103
commit 9c2433d50d
5 changed files with 32 additions and 32 deletions

View File

@@ -1581,7 +1581,7 @@ const spawn = {
color: "#f0f0f3"
});
},
debris(x, y, width, number = Math.floor(3 + Math.random() * 11)) {
debris(x, y, width, number = Math.floor(2 + Math.random() * 9)) {
for (let i = 0; i < number; ++i) {
if (Math.random() < 0.15) {
powerUps.chooseRandomPowerUp(x + Math.random() * width, y);