A couple of minor autotile bugs:
Interesting behavior to observe:
very strange, but can be used as a temporary workaround to listed bugs
that's definitely a bug, probably everytime you undo/redo the randompy picked tiles are different
@MarianoGnu thank you for looking into this. Sorry for piling up many bug reports in the weekend - I think the autotiles are great, they just have a few things to iron out
leave chatting for fb, and dont worry, keep opening issues, this has to be as best as possible for godot 3.0 and then backported to 2.1.5
I've been extensively testing and pushing the autotile feature and trying to crash it and report bugs before 3.0 gets to stable, because I plan to use it extensively on a project :D
I think that it is a great addition to godot that massively improves 2d game workflow!
this is the first bug i'm fixing, i already have lines and rectangles working, but i'm also taking care that Undo/Redo works and is deterministic (will keep the same subtiles) right now the only missing point is undoing bucket fill. I also fixed the Neightbor Quadrant not updating issue wich i haven't seen reported.
Thank you @MarianoGnu :)
Most helpful comment
this is the first bug i'm fixing, i already have lines and rectangles working, but i'm also taking care that Undo/Redo works and is deterministic (will keep the same subtiles) right now the only missing point is undoing bucket fill. I also fixed the Neightbor Quadrant not updating issue wich i haven't seen reported.