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
@@ -534,9 +534,9 @@
return brick.visible = false;
});
// Calculate last run time
lastRunTime = Math.floor((Date.now() - lastRunStartTime) / 1000);
- var background = LK.getAsset('frame', {
+ var background = LK.getAsset('resultsbg', {
anchorX: 0.5,
anchorY: 0.5,
scaleX: 1.5,
scaleY: 2.5,