recolor field to be brighter, decrease mod power up drops

This commit is contained in:
landgreen
2019-11-28 19:08:12 -08:00
parent f739e62a7e
commit 927933a754
5 changed files with 132 additions and 133 deletions

View File

@@ -1425,7 +1425,6 @@ const level = {
ctx.fillRect(f.x, f.y, f.width, f.height);
}
},
fill: [],
drawFills() {
for (let i = 0, len = level.fill.length; i < len; ++i) {