User prompt
Make it so after you get 502 score game over
User prompt
Make it so when you hit a banana u get 2 points
User prompt
Make it so when point 500 is reached a trophy pops up and text under it saying you won
User prompt
Undo last command
User prompt
Make it so the monkeys shoot out the bananas
User prompt
Make it so I can shoot 3 whips per second
User prompt
Make it so I can hold it down to spawn whips but every time I hold it will only spawn 2 whips per second
User prompt
Undo the last command
User prompt
Make it so the more points you have the more monkeys spawn
User prompt
Change the whip cool down to 0
User prompt
Make it so I have to tap my secreen to send out 3 whips
User prompt
Change the whip cooldown to 0.5 second so whenever I send out a whip it can't send another whip out until 0.5 seconds is up
User prompt
Change it so I can only send 3 whips per second
User prompt
Change the whip cool down to 1sec
User prompt
Change the whip cool down to 0.6 seconds
User prompt
Make the whip cool down to 0.5seconds
User prompt
Make a cool down of 0.2sec
User prompt
Make no cool down for shooting
User prompt
Make it soo you can shoot the banana and it will disappear if shot
User prompt
Make it so bananas turn green after despawned
User prompt
Make so bananas respawn after 1second
User prompt
Make it so when hero is on point 1 1 monkey per second. Make it so when hero gets 10x point of 1 there will be 1.5x more monkeys appearing. Make it so when 20x 10 points is reached 2.5x more monkeys appearing
User prompt
Clear background and after change it too trees
User prompt
Make it so you get game over when hit by a monkey or banana
User prompt
Make it so monkeys shoot out bananas which if hits hero will get killled
===================================================================
--- original.js
+++ change.js
@@ -105,13 +105,21 @@
/****
* Initialize Game
****/
-var game = new LK.Game();
+var game = new LK.Game({
+ backgroundColor: 0x000000 // Clear the background color
+});
/****
* Game Code
****/
+var jungleBackground = game.attachAsset('jungle', {
+ anchorX: 0.0,
+ anchorY: 0.0
+});
+jungleBackground.width = 2048;
+jungleBackground.height = 2732;
var homeScreen = game.addChild(new HomeScreen());
homeScreen.x = 2048 / 2;
homeScreen.y = 2732 / 2;
var whipping = false;
Banana. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Jungle. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2 hearts. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Golden trophy. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.