User prompt
make the delay between the fall of the previous and the next cube shorter
User prompt
make the delay between the fall of the previous and the next cube shorter
User prompt
to make the downward movement of the pillars smoother
User prompt
the movement of the poles is smoother
User prompt
under the weight of the player, the pole slides down slightly and returns to its place
User prompt
under the weight of the player, the pole slides down slightly
User prompt
under the weight of the player, the pole swings down slightly
User prompt
cube acceleration is up 50 percent
User prompt
cube acceleration is up 25 percent
User prompt
the cubes are falling at an accelerated rate
User prompt
Fix Bug: 'TypeError: self.getGlobalPosition is not a function' in or related to this line: 'var distanceFromLeft = self.getGlobalPosition().x;' Line Number: 14
User prompt
the closer you get to the left edge of the screen, the faster the cubes fall.
User prompt
After passing the middle of the screen, the cubes should fall down one by one starting from the bottom ones
User prompt
After passing the middle of the screen, the cubes should fall down one by one starting from the bottom ones.
User prompt
after passing 70 percent of the screen, the cubes should fall down one by one starting from the bottom ones
User prompt
After passing two thirds of the screen, the cubes should fall down one by one starting from the bottom ones.
User prompt
After passing the middle of the screen, the cubes should fall down one by one starting from the bottom ones.
User prompt
the distance between cubes should be 2 pixels
User prompt
the pillars should be higher
User prompt
the pillars should occupy the entire bottom of the screen
User prompt
the pillars should occupy the entire bottom of the screen
User prompt
change the direction of the pillars
User prompt
the poles should appear faster
User prompt
poles must be already built before they appear on the screen
User prompt
poles must be already built before they appear from the right edge of the screen.
===================================================================
--- original.js
+++ change.js
@@ -31,9 +31,9 @@
for (var i = self.cubes.length - 1; i >= 0; i--) {
(function (index) {
LK.setTimeout(function () {
self.cubes[index].isFalling = true;
- }, index * 250); // Delay between each cube falling shortened
+ }, index * 250); // Delay between each cube falling
})(i);
}
};
self.isSliding = false;
girl sitting on Wrecking Ball, cartoon style.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
construction cranes on the sides of the frame, depth of field blur, cartoon style, black and white. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
"ALARM" text bubble, comic style. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
the surface is gray, concrete with a black square in the center. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Wrecking Ball with eyes, cartoon style.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
the surface is red, concrete with a black square in the center.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
"ALARM" text bubble yellow, comic book style.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
the surface is yellow, concrete with a black square in the center. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.