mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
move autotile fallback helper functions + fix comments and docs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user