Module ui

Module ui 

Source
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 the bones::AssetServer.