mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
DC server invite link
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user