fix: avatar center to cursor, and cleanup.
Lots of cleanup, went in with this too
This commit is contained in:
parent
c3320ddcce
commit
fe65835f4a
14 changed files with 769 additions and 708 deletions
|
|
@ -15,6 +15,7 @@ pub mod modals;
|
|||
pub mod scene_viewer;
|
||||
pub mod settings;
|
||||
pub mod settings_popup;
|
||||
pub mod tabs;
|
||||
pub mod ws_client;
|
||||
|
||||
pub use avatar_canvas::*;
|
||||
|
|
@ -32,4 +33,5 @@ pub use modals::*;
|
|||
pub use scene_viewer::*;
|
||||
pub use settings::*;
|
||||
pub use settings_popup::*;
|
||||
pub use tabs::*;
|
||||
pub use ws_client::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue