Merge branch 'R74nCom:main' into main
This commit is contained in:
commit
691245a967
|
|
@ -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';
|
document.body.style.backgroundSize = 'cover';
|
||||||
gameDiv.style.border = "1px solid #ffffff00";
|
gameDiv.style.border = "1px solid #ffffff00";
|
||||||
window.addEventListener("load",function(){
|
window.addEventListener("load",function(){
|
||||||
|
|
@ -80,4 +80,4 @@ function pixelColorPick(pixel,customColor=null) {
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//texture_pack_by_jayd
|
//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";
|
gameDiv.style.border = "1px solid #ffffff00";
|
||||||
window.addEventListener("load",function(){
|
window.addEventListener("load",function(){
|
||||||
document.querySelectorAll(".categoryButton").forEach(e => {
|
document.querySelectorAll(".categoryButton").forEach(e => {
|
||||||
|
|
@ -113,4 +113,4 @@ viewInfo[4] = { // Small Pixels
|
||||||
}
|
}
|
||||||
else{renderBall(ctx,pixel.color,pixel.x,pixel.y,0,1);}
|
else{renderBall(ctx,pixel.color,pixel.x,pixel.y,0,1);}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue