User prompt
every ten points orange balls descend at high speed and speed increases every twenty points
User prompt
The small dots appear only after ten points have been added
User prompt
every ten points add that small orange balls appear descending at high speed and which increase in speed every ten points
User prompt
every ten points a very small surprise orange ball drops at high speed
User prompt
every ten points they decrease and increase the diversified format
User prompt
make the balls descend at high speed every ten points
User prompt
make the balls descend at high speed every twenty points
User prompt
remove numbers and letters that come down
User prompt
every five points leave the sides of the game letters and numbers neon green coloring
User prompt
make a black square just by clicking
User prompt
each swipe leaves a black square
User prompt
shots in the shape of a small black square to hit the balls
User prompt
when clicking on the pink square a small black square comes out per click
User prompt
when you click on the pink square it triggers a black triangle, with each click a triangle comes out
User prompt
place shots that come out of the pink square each time you click on it, a triangle comes out that rotates and when you hit the green balls the balls disappear.
User prompt
Please fix the bug: 'TypeError: self.shoot is not a function' in or related to this line: 'self.shoot();' Line Number: 38
User prompt
remove shots from pink square
User prompt
remove trigger
User prompt
fire a triangle just by clicking on the pink square
User prompt
shoot just one rectangle rotating with each squeeze
User prompt
shots come out of pink square in black color medium sized rectangle shape
User prompt
black squares shooting small size
User prompt
in this he shoots very small black squares when sliding to the sides
User prompt
pink square you can slide sideways by dragging your finger over it on touch
User prompt
If the green balls fall or hit the pink square, it's game over
===================================================================
--- original.js
+++ change.js
@@ -150,15 +150,8 @@
heroRays[i].destroy();
heroRays.splice(i, 1);
LK.setScore(LK.getScore() + 1);
scoreTxt.setText(LK.getScore());
- // Add neon green letters and numbers to the game every five points
- if (LK.getScore() % 5 == 0) {
- var newNeonGreenText = new NeonGreenText();
- newNeonGreenText.x = Math.random() * 2048;
- newNeonGreenText.y = 0;
- game.addChild(newNeonGreenText);
- }
}
}
}
// Spawn neon green balls