User prompt
If the ball is touching upside and downside of ground then the game will end
User prompt
More bounce
User prompt
Make the ball lighter so it will bounce more
User prompt
Why it is not going when I hit the ball why the game is not ending after it touches the downside of ground
User prompt
It is again blocking in the upside where is gravity
User prompt
If the ball goes up it will go up only it will not blocked after some time it will come in the field again I told it
User prompt
It has to be faster I told it
User prompt
When the ball is going down players can't juggle it it will over I said it
Initial prompt
Kick ups
===================================================================
--- original.js
+++ change.js
@@ -86,9 +86,9 @@
ball.directionY = -1;
score += 1;
scoreTxt.setText(score);
}
- if (ball.y > 2732 - ball.height / 2) {
+ if (ball.y > 2732 - ball.height / 2 || ball.y < ball.height / 2) {
LK.effects.flashScreen(0xff0000, 1000);
LK.showGameOver();
}
};
\ No newline at end of file
Football ground from middle. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A foot ball boot. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Football. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.