bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.12k stars 156 forks source link

Implement PanelDispatcher. #803

Closed bryanedds closed 5 months ago

bryanedds commented 5 months ago

Right now we just use a LabelDispatcher where we need panels, but if we create a specific PanelDispatcher we can give it a square graphic instead of a rectangular one and elide the TextFacet. It will still use BackdroppableFacet like LabelDispatcher tho.