fix: avatar center to cursor, and cleanup.

Lots of cleanup, went in with this too
This commit is contained in:
Evan Carroll 2026-01-17 22:32:34 -06:00
parent c3320ddcce
commit fe65835f4a
14 changed files with 769 additions and 708 deletions

View file

@ -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::*;