rotate + shape_tree start
This commit is contained in:
parent
f52c7b9057
commit
7a3d51a626
6 changed files with 175 additions and 75 deletions
|
@ -7,8 +7,12 @@ use bevy_egui::egui;
|
|||
mod create;
|
||||
mod helpers;
|
||||
mod modify;
|
||||
mod rotate;
|
||||
mod ui;
|
||||
pub use ui::{action_bar_sys, shape_tree_sys};
|
||||
pub use modify::modify_sys;
|
||||
pub use create::create_sys;
|
||||
pub use rotate::rotate_sys;
|
||||
pub use helpers::*;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue