User prompt
Make the hippo jump faster
User prompt
add one more bird
User prompt
remove the background
User prompt
Make sure the watermelons are close to a branch so you can grab them
User prompt
Improves the hippo's movement when clicking on a branch
User prompt
improve the game and make it smoother
User prompt
If the hippo does not reach a branch he must fall down
User prompt
add more branches and reduce the amount of watermelons
User prompt
Remove complety the effect of the hippo getting bigger when he grabs watermelons
User prompt
Please fix the bug: 'TypeError: setTimeout is not a function' in or related to this line: 'setTimeout(function () {' Line Number: 365
User prompt
Make Hippo open his mouth when he grabs watermelon
User prompt
hippo still stuck on top of the screen
User prompt
reduce more the growing effect when grabbing watermelons
User prompt
Hippo gets to big when he grabs watermelons, reduce the effect a little
User prompt
Make the hippo grow bigger as he grabs watermelons
===================================================================
--- original.js
+++ change.js
@@ -54,10 +54,10 @@
self.jumping = false;
return;
}
var distance = Math.sqrt(dx * dx + dy * dy);
- self.vx = dx / distance * 15; // Further reduce speed for smoother jump
- self.vy = dy / distance * 15; // Further reduce speed for smoother jump
+ self.vx = dx / distance * 25; // Increase speed for faster jump
+ self.vy = dy / distance * 25; // Increase speed for faster jump
self.jumpingFrom = branches;
}
};
self._update_migrated = function () {
Cartoony looking spider, with two big round eyes Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
cut watermelon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
bush. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
tree. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
funny bird. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.