summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-28 10:50:09 +0100
committerGitHub <noreply@github.com>2020-01-28 10:50:09 +0100
commit50830632c95cf8e3169a950fc0dc4d23819994de (patch)
treee3bbdbe356ab9530ef8aad1356505fc24c13f207
parentbb48a48d4bd71aeca40f40668493cb36ce84f98e (diff)
parentae4fee52d5d168fe297e87c804f5dde850739733 (diff)
Merge pull request #35620 from TrevorPeyton/bind-autotile-center
Added binding for Autotile Center
-rw-r--r--scene/resources/tile_set.cpp1
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);