make selecting look nicer
This commit is contained in:
parent
4c976ab8e2
commit
1df323e7ac
2 changed files with 2 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 105 B |
|
@ -658,7 +658,8 @@ impl Editor {
|
||||||
Tool::Arrow => self.tool_menu_arrow.arrow_texture_name().into(),
|
Tool::Arrow => self.tool_menu_arrow.arrow_texture_name().into(),
|
||||||
Tool::Mirror => self.tool_menu_mirror.texture_name().into(),
|
Tool::Mirror => self.tool_menu_mirror.texture_name().into(),
|
||||||
Tool::Digits(_) => "selection".into(),
|
Tool::Digits(_) => "selection".into(),
|
||||||
Tool::SelectArea(_, _) => "area_full".into(),
|
Tool::SelectArea(_, false) => "area_full".into(),
|
||||||
|
Tool::SelectArea(_, true) => "transparent".into(),
|
||||||
};
|
};
|
||||||
|
|
||||||
d.draw_texture_ex(
|
d.draw_texture_ex(
|
||||||
|
|
Loading…
Reference in a new issue