Added binding for Autotile Center

This commit is contained in:
TrevorPeyton 2020-01-27 09:07:32 -05:00 committed by GitHub
parent 887950b793
commit ae4fee52d5
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);