UmbraLuminosa / sickle_ui

A widget library built on top of bevy_ui.
Apache License 2.0
259 stars 25 forks source link

Floating Panel for UiRoot #48

Closed alexparlett closed 1 month ago

alexparlett commented 1 month ago

Wondering whether floating panel should also be implemented for UiRoot, doesn't seem to make sense to spawn a row or a column to have a single child of floating panel nested underneath it, especially when using it for window style mechanics.

eidloi commented 1 month ago

this is probably a leftover from the time there was no UiRoot. I'll check what needs to be done thanks!

eidloi commented 1 month ago

The simple_editor example now has an instance of this. Note the TargetCamera that should be added to root nodes.