From 51e6676f2e43421002b5ced54176d3be6bb2187f Mon Sep 17 00:00:00 2001 From: BaritoniumGMD Date: Sat, 5 Sep 2026 23:12:34 -0500 Subject: [PATCH 1/3] fixed the overlap sowwy rohanie --- assets/scripts/core/game-scene.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scripts/core/game-scene.js b/assets/scripts/core/game-scene.js index ca854cd0..74651c8a 100644 --- a/assets/scripts/core/game-scene.js +++ b/assets/scripts/core/game-scene.js @@ -5346,7 +5346,7 @@ _buildSettingsPopup() { false ); - createToggle(container, column2X, startY, "Unlock All Levels", + createToggle(container, column2X, startY + (spacingY * 2), "Unlock All Levels", () => window.unlockAllLevels, (v) => window.unlockAllLevels = v, null, diff --git a/index.html b/index.html index 7c54307b..089f91c6 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ - + - + From 422f98d5217b492513915fc9684a74e2dce0b6b9 Mon Sep 17 00:00:00 2001 From: BaritoniumGMD Date: Fri, 11 Sep 2026 23:08:57 -0500 Subject: [PATCH 3/3] rohanie s --- assets/scripts/core/game-scene.js | 45 +++------------------- index.html | 62 ++++++++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 42 deletions(-) diff --git a/assets/scripts/core/game-scene.js b/assets/scripts/core/game-scene.js index 74651c8a..d6b44811 100644 --- a/assets/scripts/core/game-scene.js +++ b/assets/scripts/core/game-scene.js @@ -6520,56 +6520,21 @@ _showwippopup() { */ const updateEntries = [ { text: "Update Log", scale: 1, font: "goldFont" }, - { text: "Coins reworked", scale: 0.75, }, - { text: "Ufo rotation changed", scale: 0.75, }, - { text: "Unlockable Levels", scale: 0.7, }, - { text: "Saws optimized", scale: 0.75, }, - { text: "Special suprise in Blast Processing...", scale: 0.6, }, - { text: "Rate, Help, and Songs menu", scale: 0.75, }, - { text: "Songs is empty- ;-;", scale: 0.5, color: 0x666666}, - { text: "Default Mini Icon", scale: 0.75, }, - { text: "New animation plays when-", scale: 0.75, }, - { text: "-hitting orbs, pads, etc.", scale: 0.75, }, - { text: "New More Games button-", scale: 0.7, }, - { text: "-that links Interdimentional", scale: 0.7, }, - { text: "Links and Notes page coming-", scale: 0.7, color: 0x666666 }, - { text: "Next PR, still working on them.", scale: 0.7, color: 0x666666 }, - { text: "Slopes OVERHAULED", scale: 0.75, color: 0xff9944 }, - { text: "Bug reports are appreciated", scale: 0.75, }, - { text: "-Bari", scale: 0.75, }, - { text: "Credits menu fixed :3", scale: 0.75, }, - { text: "Small Icon Kit changes", scale: 0.75, }, - { text: "Low Detail Mode", scale: 0.75, }, - { text: "Object culling changes", scale: 0.75, }, - { text: "MOST Animated objects", scale: 0.75, }, - { text: "Added a bunch of missing buttons", scale: 0.7, }, - { text: "Level select info icon is bouncy now", scale: 0.65, }, - { text: "Rotation for deco and saws", scale: 0.75, }, - { text: "Particlesheet added <3", scale: 0.75, }, - { text: "Better ball rotation ", scale: 0.75, }, - { text: "Fixed ball noclip too.", scale: 0.75, }, - { text: "Editor placing offsets", scale: 0.75, }, - { text: "Pulsing rods reworked a lil", scale: 0.75, }, - { text: "Breakable blocks break now.", scale: 0.75, }, - { text: "Fixed objects not showing in editor", scale: 0.65, }, - { text: "Slopes (very buggy)", scale: 0.75, color: 0xff9944 }, - { text: "THEY WILL BE FIXED-", scale: 0.75, }, - { text: "OVER TIME.", scale: 0.75, }, - { text: "Slopes work in imported-", scale: 0.75, }, - { text: "levels now (thanks lasokadadyy)", scale: 0.7, }, - { text: "Fixed SOME objects", scale: 0.75 }, - { text: "-pinkdih", scale: 0.65, color: 0xFF008E } + { text: "Sorry for the 10 hour downtime\ni forgot to change the proxy\nurl because i changed the\nsubdomain - rohanis0000", scale: 0.7, color: 0xaaddff }, + { text: "To anyone who is wondering\nwhy online features don't work,\nthe worker is constantly being\nused and its request limit\nis hit daily in a short time\ndue to many users using\nthe online levels feature.\nThis has hopefully been\nfixed now with this update.\n- rohanis0000", scale: 0.7, color: 0xaaddff }, + { text: "Added 2 new proxies to fall back\nto when ones request limit is\n hit to allow you to still\nbe able to use online features.", scale: 0.65 } ]; let yPos = 0; const lineItems = []; updateEntries.forEach(entry => { const txt = this.add.bitmapText(0, yPos, entry.font || "bigFont", entry.text, 32) .setOrigin(0.5, 0) + .setCenterAlign() .setScale(entry.scale || 0.65); if (entry.color != null) txt.setTint(entry.color); contentContainer.add(txt); lineItems.push(txt); - yPos += Math.round(32 * (entry.scale || 0.65)) + 10; + yPos += txt.displayHeight + 10; }); const totalContentH = yPos; const maxScrollDown = Math.max(0, totalContentH - scrollAreaH + 16); diff --git a/index.html b/index.html index 43c961b8..1ccc1b26 100644 --- a/index.html +++ b/index.html @@ -34,9 +34,67 @@ - +