doodle/pkg
Noah Petherbridge 4dd1bebc5f 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
..
balance Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
branding Add Branding Module for Centralized Game Info 2019-06-23 17:52:48 -07:00
collision Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
doodads Add Branding Module for Centralized Game Info 2019-06-23 17:52:48 -07:00
enum Code Layout Refactor 2019-04-09 17:35:44 -07:00
filesystem Load Doodads from System Path as well as User Path 2019-05-06 13:35:08 -07:00
level Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
log Initial Doodad JavaScript System 2019-04-15 23:07:40 -07:00
scripting Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
uix Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
userdir Drag Doodads Onto Levels in Edit Mode 2018-10-20 16:03:59 -07:00
wallpaper Code Layout Refactor 2019-04-09 17:35:44 -07:00
commands.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
config.go Shareware Build Flags 2019-04-19 17:23:37 -07:00
doodle.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
editor_scene_debug.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
editor_scene.go Add Branding Module for Centralized Game Info 2019-06-23 17:52:48 -07:00
editor_ui_doodad.go Link Tool UX 2019-06-23 16:15:09 -07:00
editor_ui_palette.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
editor_ui.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
fps.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
guitest_scene.go Add Branding Module for Centralized Game Info 2019-06-23 17:52:48 -07:00
main_scene.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
menu_scene.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
play_scene.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
scene.go Port over code from old collision dev PR 2019-04-09 19:17:56 -07:00
shell.go Code Layout Refactor 2019-04-09 17:35:44 -07:00