mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 20:36:53 +01:00
Bind method.
This commit is contained in:
parent
6ee714aab7
commit
3c79d3fd50
@ -5597,6 +5597,7 @@ void LayeredTileSetAtlasSource::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_runtime_tile_texture_region", "atlas_coords", "frame"), &LayeredTileSetAtlasSource::get_runtime_tile_texture_region);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("_queue_update_padded_texture"), &LayeredTileSetAtlasSource::_queue_update_padded_texture);
|
||||
ClassDB::bind_method(D_METHOD("_update_padded_texture"), &LayeredTileSetAtlasSource::_update_padded_texture);
|
||||
|
||||
BIND_ENUM_CONSTANT(TILE_ANIMATION_MODE_DEFAULT)
|
||||
BIND_ENUM_CONSTANT(TILE_ANIMATION_MODE_RANDOM_START_TIMES)
|
||||
|
Loading…
Reference in New Issue
Block a user