microstudio icon indicating copy to clipboard operation
microstudio copied to clipboard

Sprite Editor: Add some basic drawing tools

Open HomineLudens opened this issue 3 years ago • 2 comments

I think it would be nice allow user to:

  • Draw lines (modifier key could snap to orthogonal)
  • Draw rectangles (modifier key could force square size)
  • Draw ovals (circle with modifier key)

HomineLudens avatar Jan 19 '22 19:01 HomineLudens

Flip and rotate sprite would also be useful sometimes

TinkerStudio avatar Jan 22 '22 11:01 TinkerStudio

Here is the status on this one:

  • Flip and rotate (selection) were added some time ago
  • My last commit added the support for the Shift key modifier to draw a straight line from the last drawn point (drawing has also been improved by fixing #163)

The feature request is not fully addressed though so I am leaving it open...

pmgl avatar Sep 20 '22 10:09 pmgl