new icon for removing blueprints

This commit is contained in:
Crispy 2024-10-10 20:50:25 +02:00
parent 6365af0111
commit 172cfc9409
2 changed files with 1 additions and 1 deletions

BIN
assets/rubbish.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

View file

@ -429,7 +429,7 @@ impl Editor {
self.blueprints.remove(i);
break;
}
draw_scaled_texture(d, textures.get("cancel"), 5, y, 2.);
draw_scaled_texture(d, textures.get("rubbish"), 5, y, 2.);
let is_selected = self.selected_blueprint == i;
let mut text_selected = is_selected && self.blueprint_name_selected;
text_input(