Merge branch 'main' of https://github.com/R74nCom/sandboxels
This commit is contained in:
commit
081e4d5dfd
|
|
@ -1,6 +1,10 @@
|
||||||
document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/image/uwuify.png")';
|
document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/image/uwuify.png")';
|
||||||
document.body.style.backgroundSize = 'cover';
|
document.body.style.backgroundSize = 'cover';
|
||||||
gameDiv.style.border = "1px solid #ffffff00";
|
gameDiv.style.border = "1px solid #ffffff00";
|
||||||
|
var statsbar = document.getElementById("stats");
|
||||||
|
var stylesheetchangevar = document.querySelector("link[rel=stylesheet]");
|
||||||
|
stylesheetchangevar.href = "https://jayd-Rubies.github.io/assets/css/UwUstyle.css";
|
||||||
|
statsbar.style.backgroundColor = 'transparent';
|
||||||
window.addEventListener("load",function(){
|
window.addEventListener("load",function(){
|
||||||
document.querySelectorAll(".categoryButton").forEach(e => {
|
document.querySelectorAll(".categoryButton").forEach(e => {
|
||||||
e.style.backgroundColor = "#ffc0cb40";
|
e.style.backgroundColor = "#ffc0cb40";
|
||||||
|
|
@ -80,4 +84,4 @@ function pixelColorPick(pixel,customColor=null) {
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue