diff --git a/Pickup.js b/Pickup.js index e6c32de..fd17ad6 100644 --- a/Pickup.js +++ b/Pickup.js @@ -3,7 +3,7 @@ window.stuff = [{},{},{},{},{},{},{},{},{},{}] function Pickup() { var pType = Math.floor(Math.random()*10); - this.y = 0 + Math.floor(Math.random()*164); + this.y = 0 + Math.floor(Math.random()*148); this.x = 320 + Math.floor(Math.random()*120); this.vX = -4 - Math.floor(Math.random()*catbug.maxHP); this.vY = 0;