move autotile fallback helper functions + fix comments and docs

This commit is contained in:
wareya
2023-06-09 23:20:41 -04:00
parent 73ad6517e4
commit a40ecc71e6
3 changed files with 32 additions and 25 deletions

View File

@@ -587,8 +587,10 @@
<constant name="BITMASK_3X3" value="2" enum="BitmaskMode">
</constant>
<constant name="FALLBACK_AUTO" value="0" enum="FallbackMode">
Autotiles will automatically find a best match for missing tiles if they're incomplete.
</constant>
<constant name="FALLBACK_ICON" value="1" enum="FallbackMode">
Autotiles will use the icon tile for missing tiles if they're incomplete.
</constant>
<constant name="BIND_TOPLEFT" value="1" enum="AutotileBindings">
</constant>