issues
search
nicopap
/
cuicui_layout
The dumbest and simplest layouting algorithm for bevy
40
stars
2
forks
source link
chirpunk improvements: tracking issue
#88
Open
nicopap
opened
1 year ago
nicopap
commented
1 year ago
[x] Fix experience when exclusively using mouse. (currently bevy-ui-navigation focused node act a bit weird with mouse)
[x] use
Distribution::Overlap
for the main menu background & menu swatch (instead of re-parenting)
[x] Removing the nesting on spawned scenes, as we now spawn directly the root on the chirp seed entity
[ ] Move the BACK button to a different menu than the tab bar, so that pressing LT and RT do not focus it
[x] Show gamepad controls when gamepad is used.
[ ] Highlight the settings button as well when the row gains focus
[ ] Actually hook the settings button to some logic so as they do something
[x] Implement hidden debug layout toggle
Distribution::Overlap
for the main menu background & menu swatch (instead of re-parenting)