new items ui - images can now be rotated/scaled

This commit is contained in:
RustyStriker 2022-08-15 21:08:24 +03:00
parent a529133698
commit a6452fcfbf
5 changed files with 197 additions and 160 deletions

View file

@ -47,7 +47,7 @@ pub struct ImageSize(pub Vec2);
#[derive(Component, Debug)]
pub struct ShapeData {
pub name: Option<String>,
pub name: String,
pub shape: CreateShape,
pub main_shape: Entity,
pub edges: Vec<Entity>,