move images and z order shapes :D

This commit is contained in:
RustyStriker 2022-08-11 19:06:34 +03:00
parent 2a1614b004
commit a529133698
5 changed files with 54 additions and 15 deletions

View file

@ -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 {