Update UwUify.js

This commit is contained in:
Jayd-Rubies 2024-10-19 20:11:28 -04:00 committed by GitHub
parent fe310a09a0
commit 9c162d0ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}