new items ui - images can now be rotated/scaled
This commit is contained in:
parent
a529133698
commit
a6452fcfbf
5 changed files with 197 additions and 160 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue