Code edit (1 edits merged)
Please save this source code
User prompt
Add a new note belwo time played,that says: Now you can start over with all your upgrades, o reset for a fresh new run! Your choice!
User prompt
do not hide balls on end screen
Code edit (2 edits merged)
Please save this source code
User prompt
increase run number by one when endscre is reached.
Code edit (1 edits merged)
Please save this source code
User prompt
runs should also chekc for isgamened before updaitng
User prompt
on end screen show how many runs you made below the time βͺπ‘ Consider importing and using the following plugins: @upit/storage.v1
User prompt
create a new local storage variable that will save howmany runs you have made of the game. runs will be updated when endscreen is displayed. βͺπ‘ Consider importing and using the following plugins: @upit/storage.v1
Code edit (1 edits merged)
Please save this source code
User prompt
add a line break after congratulations!
User prompt
make congratulations texxt a littlebigger and put the you brokebrickbeakerbwleoo it
User prompt
animate end game button with color swithicng βͺπ‘ Consider importing and using the following plugins: @upit/tween.v1
User prompt
use it on the game title container too : function animateTitleColor() { tween(gameTitle, { tint: 0xff33cc }, { duration: 2000, easing: tween.easeInOut, onFinish: function onFinish() { tween(gameTitle, { tint: 0x00ff99 }, { duration: 2000, easing: tween.easeInOut, onFinish: animateTitleColor }); } }); } βͺπ‘ Consider importing and using the following plugins: @upit/tween.v1
User prompt
make sure animaation is triggered for endscreen gametitle
User prompt
on endscreen actually do not hide the balls
User prompt
use animateTitleColor for game title in end screen βͺπ‘ Consider importing and using the following plugins: @upit/tween.v1
User prompt
move iddle brick breakekr title int he end screen 200 pixesl up
User prompt
move congratulations and time player 150 pixels down
User prompt
in endscreen show game title with the conatiner and the color switching.
User prompt
Please fix the bug: 'ReferenceError: congratsText is not defined' in or related to this line: 'playTimeText.y = congratsText.y + 150;' Line Number: 337
User prompt
in endscreen, re create the same game title with the same effect and excalty the same as the game start
User prompt
add the same animation for game title in endscreen as the one when the hoomepage is first created
User prompt
show gametitle in end screen too
User prompt
create a flag when endscreen is up
===================================================================
--- original.js
+++ change.js
@@ -323,9 +323,9 @@
fill: 0xffffff
});
noteText.anchor.set(0.5, 0);
noteText.x = GAME_WIDTH / 2;
- noteText.y = playTimeText.y + 100;
+ noteText.y = playTimeText.y + 200;
game.addChild(noteText);
// Add end game button
var endGameButton = new Container();
var buttonGraphics = endGameButton.attachAsset('endGameButton', {