Kully / pixel-paint

An art tool for making 32x32 Sprites
https://kully.github.io/pixel-paint/
367 stars 23 forks source link

Display outline around dragged selection #22

Open Kully opened 1 month ago

Kully commented 1 month ago

Sometimes, it's not always obvious what pixels you are dragging when copying a selection.

This video demonstrates this issue, as get 'blocked' by being able to drag any further right because there are blue pixels in the way.

https://github.com/Kully/pixel-paint/assets/10369095/25ff1b53-fa31-4f3d-b3bb-2c46413e4221

To help this, it would be useful to show a line around the selection boundaries. (maybe a dotted yellow line?)