nicopap / cuicui_layout

The dumbest and simplest layouting algorithm for bevy
40 stars 2 forks source link

`LayoutDsl::root` is broken #101

Open nicopap opened 1 year ago

nicopap commented 1 year ago

root and screen_root methods should have different behaviors, currently it does the same thing.

root, unlike screen_root should use the rules set by the user, currently it does not.