DC server invite link

This commit is contained in:
Stone-Red-Code
2021-03-20 13:25:36 +01:00
parent 1ef52ef74f
commit 443c07db55
2 changed files with 9 additions and 2 deletions
-2
View File
@@ -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;