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
Code edit (1 edits merged)
Please save this source code
User prompt
can you please comment out all levels except level 1
Code edit (7 edits merged)
Please save this source code
User prompt
plese breat the welcome message in two l ines and adjust its position
User prompt
center justify the text in the welcome message
Code edit (2 edits merged)
Please save this source code
User prompt
Add this variables that will be used in the future: var lastRunStartTime = 0; var lastRunTime = 0; var ballDamage = { normal: 0, splash: 0, sniper: 0, scatter: 0, smallScatter: 0 };
Code edit (5 edits merged)
Please save this source code
User prompt
move endscreen title 100 pixelss down
User prompt
Move endscreen title 100 pixels more, and so the rest of the endscreen elelments
Code edit (6 edits merged)
Please save this source code
User prompt
lets add a background asset for that covers all the text in the endscreen, from congratulations to the note
User prompt
use resultsbg instead of frame for the endscreen
Code edit (14 edits merged)
Please save this source code
===================================================================
--- original.js
+++ change.js
@@ -1464,9 +1464,9 @@
if (score > 0) {
scoreTxt.setText('$' + score.toString());
}
if (storage.firstLoad !== true) {
- welcomeText = new Text2('Smash bricks, earn cash,\npower up, and buy balls to auto-win!', {
+ welcomeText = new Text2(' Smash bricks, earn cash,\nbuy balls, and power up to auto-win!', {
size: 90,
fill: 0xffffff
});
welcomeText.anchor.set(0.5, 0.5);