User prompt
move floor hit box down some
User prompt
move monkey start position down some
User prompt
monkey should not go past the floor
User prompt
gravity should still take effect when jump button is pressed
User prompt
gravity for monkey is in effect when touching floor
User prompt
monkey does not fall on start
User prompt
monkey only falls when floor is below the screen
User prompt
when the screen moves up the monkey can fall past the screen
User prompt
if on floor monkey should not fall
User prompt
if the monkey is on platform no gravity
User prompt
if monkey is on floor gravity should not work
User prompt
the monkey should be able to fall past screen if not on floor
User prompt
when the monkey is not on the floor or platform it should fall
User prompt
when the monkey is not on the floor or platform it should fall off screen and game over
User prompt
the jump button not workng
User prompt
jump still not working
User prompt
jump buttons are not working
User prompt
when the monkey is not on the floor or platform it should fall off screen
User prompt
the floor should also move down ward
User prompt
any object that goes below the game is destroyed
User prompt
Fix Bug: 'ReferenceError: blueBananas is not defined' in this line: 'for (var i = 0; i < blueBananas.length; i++) {' Line Number: 172
User prompt
remove falling bannans
User prompt
make the game scroll as the monkey moves up
User prompt
fix the scrolling effect
User prompt
the monkey should not fall to the top
===================================================================
--- original.js
+++ change.js
@@ -214,8 +214,9 @@
for (var i = 0; i < self.bananas.length; i++) {
self.bananas[i].y += Math.abs(monkey.velocityY);
}
monkey.y += Math.abs(monkey.velocityY);
+ floor.y += Math.abs(monkey.velocityY);
}
for (var i = platforms.length - 1; i >= 0; i--) {
if (platforms[i].y > 2732) {
platforms[i].destroy();
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.