zorfmorf / hedge

0 stars 0 forks source link

Draw a preview of the tile/object brush #53

Closed zorfmorf closed 9 years ago

zorfmorf commented 9 years ago

For tiles it is probably enough to draw an outline of the affected tile. For the (to be implemented) object brush, we need to actually draw the object at the position it would end up with a reddish hue (or similar).

zorfmorf commented 9 years ago

Tile brush preview done. Object preview can only be implemented once the brush menu has been reworked and object brushes are supported

zorfmorf commented 9 years ago

Borders won't get previews as they are comparatively expensive to calculate.

zorfmorf commented 9 years ago

Done! Decided to only draw an outline for object brushes. This should be enough to place the object properly and safes some implementation time.