aboutsummaryrefslogtreecommitdiffstats
path: root/src/drawables/Selector.ts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-17 19:34:33 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-17 19:34:33 +0200
commitd705d5115f1265319bbc0db44c2992c2d9297b35 (patch)
treedcf8d0cab95cf1fb05ce8147e4e89620c6e47f90 /src/drawables/Selector.ts
parent4db4b5791cd1359519933871ab65412acafb71d7 (diff)
download1942-master.tar.gz
1942-master.tar.zst
1942-master.zip
Add License and ReadmeHEADmaster
Fix bug wiht loading images
Diffstat (limited to 'src/drawables/Selector.ts')
-rw-r--r--src/drawables/Selector.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drawables/Selector.ts b/src/drawables/Selector.ts
index b72d839..1bd62d1 100644
--- a/src/drawables/Selector.ts
+++ b/src/drawables/Selector.ts
@@ -11,5 +11,3 @@ export class Selector extends Drawable {
ctx.drawImage(this.sprite, this.x, this.y)
}
}
-
-