From 9c162d0ef01ce756bee06ae3d85b30ad83ff3d95 Mon Sep 17 00:00:00 2001 From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:11:28 -0400 Subject: [PATCH 1/2] Update UwUify.js --- mods/UwUify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/UwUify.js b/mods/UwUify.js index 5f64ca53..6f3ef9b8 100644 --- a/mods/UwUify.js +++ b/mods/UwUify.js @@ -1,4 +1,4 @@ -document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/uwuify.png")'; +document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/image/uwuify.png")'; document.body.style.backgroundSize = 'cover'; gameDiv.style.border = "1px solid #ffffff00"; window.addEventListener("load",function(){ @@ -80,4 +80,4 @@ function pixelColorPick(pixel,customColor=null) { } }*/ return color; -} \ No newline at end of file +} From 6e616aedca648e0ebcc2292eb767054856110ae7 Mon Sep 17 00:00:00 2001 From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:13:03 -0400 Subject: [PATCH 2/2] Update texture_pack_by_jayd.js --- mods/texture_pack_by_jayd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/texture_pack_by_jayd.js b/mods/texture_pack_by_jayd.js index 9f8ee49e..46434ed1 100644 --- a/mods/texture_pack_by_jayd.js +++ b/mods/texture_pack_by_jayd.js @@ -1,5 +1,5 @@ //texture_pack_by_jayd -document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/1236951076024877107.png")'; +document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/image/1236951076024877107.png")'; gameDiv.style.border = "1px solid #ffffff00"; window.addEventListener("load",function(){ document.querySelectorAll(".categoryButton").forEach(e => { @@ -113,4 +113,4 @@ viewInfo[4] = { // Small Pixels } else{renderBall(ctx,pixel.color,pixel.x,pixel.y,0,1);} } -} \ No newline at end of file +}