bevy_quickmenu 0.2.0

A simple way of quickly creating nested menus in bevy that can be navigated with keys, gamepads and pointers
Documentation
1
2
3
4
5
6
7
8
9
mod button;
mod label;
mod vertical_menu;
mod widget;

pub use button::ButtonWidget;
pub use label::LabelWidget;
pub use vertical_menu::VerticalMenu;
pub use widget::Widget;