Expand description
Systems for syncing and modifying egui. Contains the default game loading ui system.
Functionsยง
- default_
load_ progress - The system for displaying the default egui loading screen.
- egui_
input_ hook - Applies the modifications setup in the [
bones::EguiInputHook] resource. - setup_
egui - Startup system to load egui fonts and textures.
- sync_
egui_ settings - Syncs the [
bones::EguiSettings] with the [bevy_egui::EguiSettings]. - update_
egui_ fonts - Updates the egui fonts based on [
bones::Font]s in thebones::AssetServer.