User prompt
display small cars per life left on the right top of the screen.
User prompt
Fix Bug: 'TypeError: carsPassedTxt is undefined' in this line: 'carsPassedTxt.setText(carsPassed);' Line Number: 87
User prompt
Fix Bug: 'ReferenceError: carsPassedTxt is not defined' in this line: 'carsPassedTxt.setText(carsPassed);' Line Number: 82
User prompt
Fix Bug: 'ReferenceError: carsPassedTxt is not defined' in this line: 'carsPassedTxt.setText(carsPassed);' Line Number: 82
User prompt
display the lifes left on the top right with white fond. r
User prompt
fix issue: right button should make the car move lanes like the left button
User prompt
the color the cars cannot be black
User prompt
the cars should have random colors.
User prompt
add 10% more cars every 5 seconds instead of 5%
User prompt
after 20 seconds in the game start to add more cars by 5% every 5 seconds
User prompt
instead of increasing speed every 10 seconds change to 5 seconds
User prompt
instead of increasing speed every 10 seconds change to 7 seconds
User prompt
every 10 seconds the speed of the cars goes up by 10%
User prompt
every 10 seconds speed of cars is excelerated by 10%
User prompt
car should move same lanes with left and right button. use left button as correct
User prompt
change that right button is having same function like left button
User prompt
fix error: left button is doing it correct. right button jumps are differend and wrong
User prompt
fix error: when car is on the very left lane by pushing right button car jumps two not only one lane right
User prompt
player can move his own car only inside the 6 lanes.
User prompt
when car is on the far left lane car should not be able to go furhter left
User prompt
Modify the right button's 'down' event to prevent the player from moving right when they are already in the far right lane.
User prompt
when car is on the far right lane right button is not function any longer
User prompt
when car is on the far right lane right button is not function and longer.
User prompt
when car is on the far left lane left button is not function and longer.
User prompt
count the cars that make it to the bottom and disapear. display the current amount on the top left in white fond.
===================================================================
--- original.js
+++ change.js
@@ -90,9 +90,9 @@
player.moveLeft(laneWidth);
}
});
rightButton.on('down', function (obj) {
- if (player.x < 2048 - laneWidth / 2) {
+ if (player.x < laneWidth * 5.5) {
player.moveRight(laneWidth);
}
});
});
generatr a image of a car with style like lambougini. we need to see the car from the top Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
generate a picture of a classic car. view from top. Vertical direction Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
generate a arcade like round button in red color Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
generate image single white dashed road edge marking line. vertical direction. exempted. no background. just simple line nothing else on pic Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.