diff --git a/Scripts/fun.js b/Scripts/fun.js index f06c70b..796d8db 100644 --- a/Scripts/fun.js +++ b/Scripts/fun.js @@ -24,8 +24,6 @@ let image = { function update() { setTimeout(() => { - ctx.fillStyle = 'transparent'; - ctx.fillRect(image.x, image.y, image.img.width * scale, image.img.height * scale); ctx.drawImage(image.img, image.x, image.y, image.img.width * scale, image.img.height * scale); image.x += image.xspeed; diff --git a/index.html b/index.html index 217021c..788f00b 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,15 @@ +
If so share it with us on my Discord server
+ Join Now +