pkhead / rained

Rain World level editor
MIT License
21 stars 5 forks source link

(Bug) Prop editor: Right-click draws auto-tiles, instead of removing them #18

Closed tvardero closed 3 weeks ago

tvardero commented 2 months ago

RMB draws autotiles (on click or on drug), instead of removing them.

As a workaround to remove tiles, you could switching to "Tiles" or "Materials" and remove them there with RMB. However removing tiles in this way does not correct tilemap connections and you need to correct them manually.

zrydnoob commented 4 weeks ago

I have already raised a PR to address this issue, which is #23 It will allow you to remove auto-tiles by right clicking and dragging in AutotileMouse mode

pkhead commented 3 weeks ago

actually the pr didn't code it such that tilemap connections are maintained. i suppose i should reopen it then lol.

pkhead commented 3 weeks ago

Refer to https://github.com/pkhead/rained/issues/26