User prompt
Remove bold in score
User prompt
Fix score in bold letters
User prompt
My score in bold letters
User prompt
Where is rock fix the problem
User prompt
Remove little mango photo
User prompt
In top op game in right side text "don't miss 5" and small mango photo
User prompt
Rock coming in every 10 second
User prompt
Rock is not coming
User prompt
Rock not coming please fix
User prompt
Create a banana come in every 140 second and plus my score 100
User prompt
Fix score
User prompt
Create live score board i see my score live in top bottom.
User prompt
Remove cherry and assets
User prompt
Fix cherry problem why my player don't eat cherry.
User prompt
Why money can't eat cherry fix the problem
User prompt
Monkey eat cherry to
User prompt
Fix cherry
User prompt
Fix cherry
User prompt
Fix the problem only
User prompt
Make 1 cherry time in 50 second and plus my score 60.
User prompt
Rock come 10 or 20 seconds
User prompt
And make 1 rock come randomly time and i touch game over
User prompt
Only 2 apple come in 30 seconds
User prompt
Create 1 apple to plus my score 20
User prompt
Create a 3D background image
===================================================================
--- original.js
+++ change.js
@@ -146,9 +146,9 @@
mango.destroy();
// Increase the score by 10
LK.setScore(LK.getScore() + 10);
// Update the score board
- scoreBoard.setText('**Score: ' + LK.getScore() + '**');
+ scoreBoard.setText('Score: ' + LK.getScore());
}
// Check if the mango has fallen off the screen
else if (mango.y > 2732) {
mangos.splice(i, 1);