move images and z order shapes :D
This commit is contained in:
parent
2a1614b004
commit
a529133698
5 changed files with 54 additions and 15 deletions
|
@ -42,6 +42,8 @@ pub struct PointSize(pub f32);
|
|||
|
||||
#[derive(Component, Debug, Deref, DerefMut)]
|
||||
pub struct ImageName(pub String);
|
||||
#[derive(Component, Debug, Deref, DerefMut)]
|
||||
pub struct ImageSize(pub Vec2);
|
||||
|
||||
#[derive(Component, Debug)]
|
||||
pub struct ShapeData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue