The pause menu needs some polishing. I propose a new UIComponent called Modal which includes a View and a new primitive called Backdrop. Backdrop is just a semi-transparent background that helps to make the View on top pop against the game in the background.
The pause menu needs some polishing. I propose a new
UIComponent
calledModal
which includes aView
and a new primitive calledBackdrop
.Backdrop
is just a semi-transparent background that helps to make theView
on top pop against the game in the background.