1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add EDITMODE_PRIORITY for ATLAS_TILE

When editing ATLAS_TILE, now it's possible to enable priority to
randomize subtiles.
This commit is contained in:
Guilherme Felipe
2018-12-23 11:06:53 -02:00
parent 10e9221c49
commit bacf5124cf
6 changed files with 71 additions and 5 deletions

View File

@@ -2279,7 +2279,6 @@ void TileSetEditor::update_workspace_tile_mode() {
select_coord(edited_shape_coord);
tool_editmode[EDITMODE_BITMASK]->hide();
tool_editmode[EDITMODE_PRIORITY]->hide();
}
_on_edit_mode_changed(edit_mode);
}