User prompt
multiply the gravity on the stone by 100
User prompt
multiply the gravity on the stone by 10
User prompt
the gravity off the stone set the decrease of the stone speed after launch
User prompt
set the gravity off the stone to 5000
User prompt
set the gravity off the stone to 50
User prompt
multiply the gravity off the stone by 10
===================================================================
--- original.js
+++ change.js
@@ -184,9 +184,9 @@
self.y += self.speedY;
self.speedX *= 0.95;
self.launchPower *= 0.99;
if (self.isLaunched) {
- self.speedY += self.launchPower * 0.5;
+ self.speedY += self.launchPower * 50;
}
if (self.isLaunched) {
self.distanceTraveled += self.speed;
LK.setScore(Math.floor(self.distanceTraveled));
A nice lake Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A hand Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A small stone Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A power bar Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A power bar Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A restart button Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.