You've already forked godot
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user