From ae4fee52d5d168fe297e87c804f5dde850739733 Mon Sep 17 00:00:00 2001 From: TrevorPeyton Date: Mon, 27 Jan 2020 09:07:32 -0500 Subject: [PATCH] Added binding for Autotile Center --- scene/resources/tile_set.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/resources/tile_set.cpp b/scene/resources/tile_set.cpp index a827793f67b..555e90ed3c1 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);