User prompt
make the food shoot a lot more projectiles when the background is red
User prompt
increase the number of projectiles shot when the background is red
User prompt
make the projectiles shoot much much faster when the background is red, it needs to shoot extremely much
User prompt
increase the projectiles shot when the background is red by 50%
User prompt
make the food shoot many more projectiles when the background is red
User prompt
make the food shoot faster and with more speed when the spikes appear
User prompt
make spikes biggeer
User prompt
make less spikes and make a bigger space between them
User prompt
spikes has to be bigger and all around the wall, they also have to be lethal
User prompt
make it so every 5 seconds, spikes come out of the wall and the background turns red
User prompt
Fix Bug: 'ReferenceError: rampageMode is not defined' in this line: 'var projectileLifetime = rampageMode.active ? 500 : 3500;' Line Number: 67
User prompt
Fix Bug: 'ReferenceError: rampageMode is not defined' in this line: 'var projectileLifetime = rampageMode.active ? 500 : 3500;' Line Number: 67
User prompt
Fix Bug: 'ReferenceError: rampageMode is not defined' in this line: 'var projectileLifetime = rampageMode.active ? 500 : 3500;' Line Number: 67
User prompt
Fix Bug: 'ReferenceError: rampageMode is not defined' in this line: 'var projectileLifetime = rampageMode.active ? 500 : 3500;' Line Number: 67
===================================================================
--- original.js
+++ change.js
@@ -152,11 +152,12 @@
x: gridSize,
y: 0
};
// Initialize rampage mode
- var rampageMode = new RampageMode();
+ var rampageMode;
function initGame() {
// Initialize rampage mode
+ rampageMode = new RampageMode();
LK.setInterval(rampageMode.activate, 4000);
// Rest of initGame code...
}
}
a wooden brown chair. In-Game asset. Blank background. High contrast.
a blue apple with a gun. In-Game asset. Blank background. High contrast.
the 8 balls from pool. In-Game asset. Blank background. High contrast.
a table with a gun. In-Game asset. Blank background. High contrast.
a roundsaw. In-Game asset. Blank background. High contrast.