doodle/pkg/uix
Noah fd649b7ab1 Doodad CLI Tool Features; Write Lock and Hidden
* The `doodad` CLI tool got a lot of new commands:
  * `doodad show` to verbosely print details about Levels and Doodads.
  * `edit-level` and `edit-doodad` to update details about Levels and
    Doodads, such as their Title, Author, page type and size, etc.
* Doodads gain a `Hidden bool` that hides them from the palette in
  Editor Mode. The player character (Blue Azulian) is Hidden.
* Add some boolProps to the balance/ package and made a dynamic system
  to easily configure these with the in-game dev console.
  * Command: `boolProp list` returns available balance.boolProps
  * `boolProp <name>` returns the current value.
  * `boolProp <name> <true or false>` sets the value.
* The new boolProps are:
  * showAllDoodads: enable Hidden doodads on the palette UI (NOTE:
    reload the editor to take effect)
  * writeLockOverride: edit files that are write locked anyway
  * prettyJSON: pretty-format the JSON files saved by the game.
2019-07-06 23:28:11 -07:00
..
actor.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
actor_animation.go Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
actor_collision.go Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
actor_events.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
canvas.go Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
canvas_actors.go Doodad CLI Tool Features; Write Lock and Hidden 2019-07-06 23:28:11 -07:00
canvas_editable.go Centralized Tick Counter, Fix Actor Dragging Bug 2019-07-05 16:04:36 -07:00
canvas_link_tool.go Editor Mode: Line Tool and Rectangle Tool 2019-07-03 17:19:25 -07:00
canvas_present.go Drawing Strokes and Undo/Redo Functionality 2019-07-03 16:25:23 -07:00
canvas_scrolling.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
canvas_strokes.go Make Fire Deadly 2019-07-06 20:31:50 -07:00
canvas_wallpaper.go Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00