diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-17 19:34:33 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-17 19:34:33 +0200 |
| commit | d705d5115f1265319bbc0db44c2992c2d9297b35 (patch) | |
| tree | dcf8d0cab95cf1fb05ce8147e4e89620c6e47f90 /src/drawables/Selector.ts | |
| parent | 4db4b5791cd1359519933871ab65412acafb71d7 (diff) | |
| download | 1942-master.tar.gz 1942-master.tar.zst 1942-master.zip | |
Fix bug wiht loading images
Diffstat (limited to 'src/drawables/Selector.ts')
| -rw-r--r-- | src/drawables/Selector.ts | 2 |
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) } } - - |
