doodle/pkg/doodads
Noah 864156da53 Settings Window + Bugfix
* Added a Settings window for game options, such as enabling the
  horizontal toolbars in Edit Mode. The Settings window also has a
  Controls tab showing the gameplay buttons and keyboard shortcuts.
* The Settings window is available as a button on the home screen OR
  from the Edit->Settings menu in the EditScene.
* Bugfix: using WASD to move the player character now works better and
  is considered by the game to be identical to the arrow key inputs. Boy
  now updates his animation based on these keys, and they register as
  boolean on/off keys instead of affected by key-repeat.
* Refactor the boolProps: they are all part of usercfg now, and if you
  run e.g. "boolProp show-all-doodads true" and then cause the user
  settings to save to disk, that boolProp will be permanently enabled
  until turned off again.
2021-06-19 22:14:41 -07:00
..
dummy Collision: Fix walking up leftward slopes 2021-06-02 21:49:29 -07:00
actor.go Overhaul the Platformer Physics System 2020-04-04 21:00:32 -07:00
doodad.go Doodad Tool: Add Tag Support for edit-doodad 2020-01-02 22:12:20 -08:00
drawing.go Overhaul the Platformer Physics System 2020-04-04 21:00:32 -07:00
dummy.go Change types int32 -> int per upstream render and ui library 2019-12-27 19:16:34 -08:00
fmt_readwrite.go Diverge Free vs. Paid Features 2021-06-16 22:35:01 -07:00
json.go Settings Window + Bugfix 2021-06-19 22:14:41 -07:00