diff options
author | TrevorPeyton <TrevornPeyton@gmail.com> | 2020-01-27 09:07:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 09:07:32 -0500 |
commit | ae4fee52d5d168fe297e87c804f5dde850739733 (patch) | |
tree | 6bfc19c60bf858fee4cddd2e26ffd78a1d6866cc | |
parent | 887950b79319aff925a0cadf2020021aa512f529 (diff) |
Added binding for Autotile Center
-rw-r--r-- | scene/resources/tile_set.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/tile_set.cpp b/scene/resources/tile_set.cpp index a827793f67..555e90ed3c 100644 --- a/scene/resources/tile_set.cpp +++ b/scene/resources/tile_set.cpp @@ -1233,6 +1233,7 @@ void TileSet::_bind_methods() { BIND_ENUM_CONSTANT(BIND_TOP); BIND_ENUM_CONSTANT(BIND_TOPRIGHT); BIND_ENUM_CONSTANT(BIND_LEFT); + BIND_ENUM_CONSTANT(BIND_CENTER); BIND_ENUM_CONSTANT(BIND_RIGHT); BIND_ENUM_CONSTANT(BIND_BOTTOMLEFT); BIND_ENUM_CONSTANT(BIND_BOTTOM); |