User prompt
make the backround bigger so it fits the screen
User prompt
make the boing sound play when the player faps
User prompt
add a parralaxing backround
User prompt
no they should!
User prompt
the bottom ones to not spawn directly at the bottom.
User prompt
make them not spawn from the middle
User prompt
even bigger since im using a square image now
User prompt
MAKE THEM BIGGER
User prompt
Please fix the bug: 'ReferenceError: pipeGraphics is not defined' in or related to this line: 'pipe.y = Math.random() < 0.5 ? 0 : 2732 - pipeGraphics.height;' Line Number: 74
User prompt
ONLY MAKE THE GRASS CLIFFS SPAWN FROM UP AND DOWN, NO INBETWEENS.
User prompt
ADD PIPES BACK AND DONT MAKE THEM YELLOW SQUARES AND MAKE THEM GRASS CLIFF THINGYS
User prompt
REMOVE THE PIPES
User prompt
remove the limbs and face and blush since im using an image now
User prompt
add the limbs, the face, and blush to it too!
Initial prompt
Cube With Wings
===================================================================
--- original.js
+++ change.js
@@ -65,9 +65,9 @@
function createPipe() {
var pipe = new Pipe();
pipe.x = 2048;
var pipeGraphics = LK.getAsset('pipe', {});
- pipe.y = Math.random() < 0.5 ? 0 : 2732 - 1600;
+ pipe.y = Math.random() < 0.5 ? 0 : 2732 - pipeGraphics.height;
pipes.push(pipe);
game.addChild(pipe);
}
// Function to handle game over