Added binding for Autotile Center
This commit is contained in:
parent
887950b793
commit
ae4fee52d5
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue