show/hide images/shapes and images visible in tree view

This commit is contained in:
RustyStriker 2022-08-03 18:31:57 +03:00
parent 374fce86e1
commit 10b120512f
3 changed files with 66 additions and 15 deletions

View file

@ -16,6 +16,9 @@ pub use helpers::*;
#[derive(Clone, Debug)]
pub struct PointSize(pub f32);
#[derive(Component, Debug, Deref, DerefMut)]
pub struct ImageName(pub String);
#[derive(Component, Debug)]
pub struct ShapeData {
pub name: Option<String>,