User prompt
remove the comments form the custom patternsan put them in one line
Code edit (2 edits merged)
Please save this source code
User prompt
when you click on restart, delete from local storage the current level
User prompt
add 4 new levels
Code edit (16 edits merged)
Please save this source code
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'getLocalPosition')' in or related to this line: 'tween(p, arguments[0]);' Line Number: 1470 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'getLocalPosition')' in or related to this line: 'tween(p, arguments[0]);' Line Number: 1470
Code edit (1 edits merged)
Please save this source code
User prompt
Make game title bigger font an container
User prompt
make the container 10% less wide
User prompt
move game title and container 100 pixels up
User prompt
move start button 100 pixels down and increase it size
User prompt
increase font of start
User prompt
move game title a little up
User prompt
move game title in homepage a little up
User prompt
move reset button in homepge 100 pixels up
User prompt
make start button float up and down ↪💡 Consider importing and using the following plugins: @upit/tween.v1
Code edit (15 edits merged)
Please save this source code
User prompt
Add some delay from the game start is touched until the game actually starts
User prompt
Please fix the bug: 'Uncaught TypeError: setTimeout is not a function' in or related to this line: 'setTimeout(function () {' Line Number: 1421
Code edit (1 edits merged)
Please save this source code
User prompt
Please fix the bug: 'ReferenceError: customFrameGraphics is not defined' in or related to this line: 'tween(customFrameGraphics, {' Line Number: 468 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'TypeError: setTimeout is not a function' in or related to this line: 'setTimeout(function () {' Line Number: 1470
User prompt
can we have reste button also fade in when game is loaded ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Sorry do not fade in rest button, just make it tween in like the title but from the bottom of the screne ↪💡 Consider importing and using the following plugins: @upit/tween.v1
===================================================================
--- original.js
+++ change.js
@@ -1327,9 +1327,9 @@
var gameTitleContainer = new Container();
game.addChild(gameTitleContainer);
var gameTitle = new GameTitle();
gameTitle.x = GAME_WIDTH / 2;
-gameTitle.y = GAME_HEIGHT / 2 - 900;
+gameTitle.y = GAME_HEIGHT / 2 - 1100;
gameTitleContainer.addChild(gameTitle);
function animateTitleColor() {
tween(gameTitle, {
tint: 0xff33cc