render/sdl
Noah 5e9443bcff Add MenuScene with New Level UI
* Debug mode: no longer enables the DebugOverlay (F3) by default, but
  does now insert the current FPS counter into the window title bar.
* ui.Frame: set a default "mostly transparent" BG color so the frame
  background doesn't render as white.
* Add the MenuScene which will house the game's main menus.
* The "New Level" menu is first to be added.
  * UI lets you pick Page Type and Wallpaper using radio buttons.
  * Page Type: Unbounded, Bounded (default), No Negative Space, Bordered
  * Fix bugs in uix.Canvas to fully support all these page types.
2019-06-25 15:01:37 -07:00
..
canvas.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
events.go Minor Tweaks 2019-06-08 17:02:28 -07:00
sdl.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
text.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
texture.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
utils.go Code Layout Refactor 2019-04-09 17:35:44 -07:00