User prompt
I see no banana
User prompt
banana should remain with the platform
User prompt
bananaa should be on each platform no falling bannans
User prompt
the banana should remine on the platforms
User prompt
platforms should bounce back and forth on screen but banana stay attracted to each
User prompt
gravity removed for monkey when on platform
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'y')' in this line: 'if (!this.onPlatform || this.y + this.height < this.parent.floor.y) {' Line Number: 35
User prompt
when not on platform monkey falls
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'x')' in this line: 'platform.spawn(platforms[platforms.length - 1].x, platforms[platforms.length - 1].y - 200 - 2732 + scrollY);' Line Number: 278
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'y')' in this line: 'if (monkey.y < platforms[platforms.length - 1].y - 200) {' Line Number: 288
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'y')' in this line: '} else if (platforms[platforms.length - 1].y - 200 > 0) {' Line Number: 264
User prompt
platforms spawn on screen
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'y')' in this line: 'if (monkey.y + monkey.height >= platforms[i].y && monkey.y + monkey.height <= platforms[i].y + platforms[i].height && monkey.x + monkey.width > platforms[i].x && monkey.x < platforms[i].x + platforms[i].width) {' Line Number: 216
User prompt
when platforms spawn they move on screen
User prompt
stop platforms from rotating
User prompt
game is breaking as monkey moves up
User prompt
platforms do not spawn in relation to the monkey
User prompt
as the screen moves up platforms spawn
User prompt
when monkey not on platform it should fall
User prompt
gome breaking when monkey jumps up check platfroms spawner
User prompt
platforms spawn off screen and rotate back and forth bouncing off screen ends
User prompt
game breaking when monkey jumping to high
User prompt
platforms should spawn one at a time
User prompt
as monkey moves up new platforms spawn
User prompt
platforms need to spawn closer to screen center
===================================================================
--- original.js
+++ change.js
@@ -209,10 +209,10 @@
platform.spawn(platforms[platforms.length - 1].x, platforms[platforms.length - 1].y - 200);
platforms.push(platform);
self.addChild(platform);
var banana = new BlueBanana();
- banana.x = platform.x + platform.width / 2 - 100;
- banana.y = platform.y - banana.height / 2 - 100;
+ banana.x = platform.width / 2;
+ banana.y = -banana.height / 2;
self.bananas.push(banana);
platform.addChild(banana);
var banana = new BlueBanana();
banana.spawn();
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.