20kdc / gabien-app-r48

(Possibly buggy) application for game making, modding, and datamining, with a general focus around game engines compatible with the RPG Maker series.
The Unlicense
34 stars 2 forks source link

Drawing rectangles in any order #6

Closed rohkea closed 7 years ago

rohkea commented 7 years ago

Currently, the rectangle is drawn only if you draw it ↘ from top-left corner to the bottom-right.

Other orders don’t work (↖ ↙ ↗), and it would be nice if they did. Or at least if the current behaviour were better documented.

20kdc commented 7 years ago

The rectangle tool has been generally improved in master now. It should fix this, and allow tiling larger brushes.

rohkea commented 7 years ago

Works great now, thanks!

The only nitpicking I have is that drawing rectangles with an upper-layer tiles, the black background is shown instead of the actual background. But this is OK as it is, it’s just nitpicking. ^^'

20kdc commented 7 years ago

Unsure what to do there. Right now the code is intended to do this to prevent other layers hiding what you are doing.

20kdc commented 7 years ago

...Haven't heard much regarding this, closing (re-open if there's anything specific to do regarding this)