User prompt
after you have bought it for 2k then make it cost 2,5 and then 3k and then 10k
User prompt
make the upgrade cost 100 then 200 then 500 then 1000k then 1,5k and then 2k and show on the right side of the upgrade button what it cost each time.
User prompt
write on the side of the upgrade button what it cost to upgrade
Initial prompt
peach clicker game
===================================================================
--- original.js
+++ change.js
@@ -64,9 +64,9 @@
/****
* Game Code
****/
game.coins = 0;
-game.upgradeCosts = [100, 200, 500, 1000, 1500, 2000];
+game.upgradeCosts = [100, 200, 500, 1000, 1500, 2000, 2500, 3000, 10000];
game.currentUpgradeIndex = 0;
game.upgradeCost = game.upgradeCosts[game.currentUpgradeIndex];
game.upgradeLevel = 1;
game.peach = game.addChild(new Peach());
a peach fruit png. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a button png. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
coin png. put it on the right side.
the number 1000. put it on the right side.
peaches. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.