User prompt
center the bananas on the platform
User prompt
make bananas on platforms and have blue bananas fall from sky
User prompt
make the spawn number fewer and the platform more apart
User prompt
have them spawn closer to center
User prompt
when the new logs spawn they need to be random
User prompt
flip monkey direction on start
User prompt
when the monkey jumps on a platform gravity needs to be disable to stop it from passing it
User prompt
monkey is going past platform still
User prompt
make it so the monkey can pass the platform when jumping up but not when coming down
User prompt
the monkey should have impact with platform when jumping on it and not fall below it
User prompt
make the object end to end of screen
User prompt
lower floor object
User prompt
can you put it lower
User prompt
make a floor platform object
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'height')' in this line: 'background.height = 2732 - rightButton.height - 100;' Line Number: 43
User prompt
the background is not to go above move buttons
User prompt
make a background
User prompt
the monkey should not be able to fall through the platform
User prompt
monkey still falling off log when jumping on
User prompt
monkey is still going past the platform when it jumps on it
User prompt
as the monkey makes it up higher more platforms spawn above
User prompt
the monkey should not go throw the platform
User prompt
the monkey is fall throw the platforms
User prompt
remove first platform
User prompt
move the monkey start point to the right
===================================================================
--- original.js
+++ change.js
@@ -93,9 +93,9 @@
platform.spawn(i * 700, 2732 - i * 300 - rightButton.height - 100);
platforms.push(platform);
self.addChild(platform);
var banana = new Banana();
- banana.spawn(platform.x + platform.width / 2, platform.y - banana.height);
+ banana.spawn(platform.x + (platform.width - banana.width) / 2, platform.y - banana.height);
bananas.push(banana);
self.addChild(banana);
}
var scoreTxt = new Text2('0', {
Yellow circle button unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
green circle button unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d single log laying long ways on side with vines seen from side unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d jungle canopy background side scroller unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows No ground
Monkey full body animation unreal engine seen from the side very cute In-Game asset. 3d. Blank background. High contrast. No shadows
jungle floor dirt 2d unreal engine seen from the side In-Game asset. 3d. Blank background. High contrast. No shadows
yellow banana unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
blue banana unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.