Code edit (3 edits merged)
Please save this source code
User prompt
display again rest button on endscren
User prompt
move endgame button 100 pixels up
User prompt
comment out all levels, to only play level 1
Code edit (1 edits merged)
Please save this source code
User prompt
make sure reste button also reset timme played
User prompt
when reset is pressed, also restart game
User prompt
when reset is pressed show game ove
User prompt
Change end game button text for restart!
Code edit (3 edits merged)
Please save this source code
User prompt
Un comment all levels
Code edit (10 edits merged)
Please save this source code
User prompt
only the first time the game is loaded when storage is empty, show some text on the first level below the bricks. It should say: Welcome! Start clicking to earn money and get your upgrades! ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
Great! welcome message should last untill you have clicked on 5 bricks
User prompt
on reset, reset welcome message local storate too ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
make sure to clear all storage with reset ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
welcome message is not being shown even after clearing storage
User prompt
move welcom message 200 pixels down
Code edit (3 edits merged)
Please save this source code
User prompt
make $ color neon green
User prompt
level text shoudl be white
User prompt
ball price should be white
Code edit (1 edits merged)
Please save this source code
User prompt
Make sure rest is also reseting points, and all upgrades and everytihng
User prompt
clear local storage on reset touch
===================================================================
--- original.js
+++ change.js
@@ -199,9 +199,9 @@
LK.getSound('click').play();
clearLocalStorage();
playTime = 0;
storage.playTime = playTime;
- startGame(); // Restart the game
+ LK.showGameOver(); // Show game over when reset is pressed
};
});
var Star = Container.expand(function () {
var self = Container.call(this);