1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-30 16:26:50 +00:00

TileSetEditor Fix selecting next/previous subtile

(cherry picked from commit 97e9165de4)
This commit is contained in:
kleonc
2021-11-23 14:49:37 +01:00
committed by Rémi Verschelde
parent b9d6d54746
commit ac56f95685
2 changed files with 20 additions and 19 deletions

View File

@@ -215,6 +215,7 @@ private:
void _select_previous_tile();
Array _get_tiles_in_current_texture(bool sorted = false);
bool _sort_tiles(Variant p_a, Variant p_b);
Vector2 _get_subtiles_count(int p_tile_id);
void _select_next_subtile();
void _select_previous_subtile();
void _select_next_shape();