User prompt
move all buttions closer to screen edges
User prompt
move all 4 buttions up more and make them biger
User prompt
left buttons move more right please
User prompt
left and right buttons must be even
User prompt
right buttions more right
User prompt
move right buttions more right
User prompt
change the monkey flip direction
User prompt
flip the monkey move direction
User prompt
move cube a little higher
User prompt
move cube a bit lower
User prompt
move cube lower
User prompt
game victory at 50 bananas
User prompt
victory image is an asset object
User prompt
victory image is a object
User prompt
make game victory image to cover screan
User prompt
when 50 bananas are collected game victory image comes up
User prompt
counter to keep track on bananas at top center
User prompt
platforms should not over lap
User prompt
remove score and timer
User prompt
bananas and platforms should be behind buttons
User prompt
platforms and bananas should be under the buttons
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'height')' in this line: 'platform.spawn(i * 500, 2732 - i * 200 - rightButton.height - 100);' Line Number: 79
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'height')' in this line: 'platform.spawn(i * 500, 2732 - i * 200 - rightButton.height - 100);' Line Number: 79
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'height')' in this line: 'platform.spawn(i * 500, 2732 - i * 200 - rightButton.height - 100);' Line Number: 79
===================================================================
--- original.js
+++ change.js
@@ -81,13 +81,13 @@
scoreTxt.anchor.set(.5, 0);
LK.gui.topCenter.addChild(scoreTxt);
var leftButton = self.createAsset('leftButton', 'Left control button', 0, 1);
var rightButton = self.createAsset('rightButton', 'Right control button', 1, 1);
- leftButton.x = 200;
+ leftButton.x = 50;
leftButton.y = 2732 - leftButton.height - 200;
leftButton.scale.x *= 1.5;
leftButton.scale.y *= 1.5;
- rightButton.x = 2048 - rightButton.width - 20;
+ rightButton.x = 2048 - rightButton.width - 50;
rightButton.y = 2732 - rightButton.height - 200;
rightButton.scale.x *= 1.5;
rightButton.scale.y *= 1.5;
var leftJumpButton = self.createAsset('jumpButton', 'Jump control button', 0, 1);
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.