doodle/dev-assets/doodads
Noah 99eab19c5b Pub/Sub Messages Between Linked Actors (JavaScript)
* Implement the pub/sub message passing system that lets the JavaScript
  VM of one actor (say, a Button) send messages to other linked actors
  in the level (say, an Electric Door)
* Buttons now emit a "power(true)" message while pressed and
  "power(false)" when released. Sticky Buttons do not release and so do
  not send the power(false) message.
* Electric Doors listen for the "power" event and open or close
  themselves based on the boolean value received.
* If a Sticky Button receives power and is currently pressed down, it
  will pop back up (reset to "off" position) and notify its linked
  actors that they have lost power too. So if a Sticky Button held an
  Electric Door open, and another Button powers the Sticky Button, it
  would pop back up and also close the Electric Door.
2019-06-23 17:34:11 -07:00
..
azulian Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
buttons Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
doors Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
test Initial Doodad JavaScript System 2019-04-15 23:07:40 -07:00
trapdoors Minor Tweaks 2019-06-08 17:02:28 -07:00
build.sh Doodad Animations Managed In-Engine 2019-05-06 15:30:43 -07:00
mischievous.js Add JavaScript panic catcher to doodads 2019-04-18 22:02:59 -07:00
palette.json 1st Round of Doodad Sprites + Improve Doodad Tool 2019-04-17 00:02:41 -07:00