Merge pull request #35620 from TrevorPeyton/bind-autotile-center

Added binding for Autotile Center
This commit is contained in:
Rémi Verschelde 2020-01-28 10:50:09 +01:00 committed by GitHub
commit 50830632c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);