godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.6k stars 2.97k forks source link

The Difference Between 3x3 Autotiling and 3x3 Minimal Autotiling #3070

Open Capital-EX opened 4 years ago

Capital-EX commented 4 years ago

I would like to request document explaining the difference between 3x3 Autotiling and 3x3 Minimal Autotiling. Currently, the docs have no explanation on what they do. However, they have very different behaviors.

https://docs.godotengine.org/en/3.1/classes/class_tileset.html#enumerations

cbscribe commented 4 years ago

Agreed this would be helpful - there's always a lot of confusion between the two. One thing we'd need to make this would be a couple of good example tile sets, which are CC licensed. Does anyone have some suggestions?

Calinou commented 4 years ago

One thing we'd need to make this would be a couple of good example tile sets, which are CC licensed.

Maybe this one or this one? Both are under CC0.

cbscribe commented 4 years ago

More specifically a 3x3 one. 3x3 minimal tilesets (48 tiles) are relatively easy to find, but 3x3 requires over 200 tiles, so they're a lot more time consuming to draw.

dalexeev commented 4 years ago

but 3x3 requires over 200 tiles

If you use wildcard bit, you can greatly reduce this number.

golddotasksquestions commented 4 years ago

Wildcards need documentation: https://github.com/godotengine/godot-docs/issues/3491 Add complete Tileset reference for download to the documentation: https://github.com/godotengine/godot-docs/issues/3316