doodle/dev-assets/doodads/objects
Noah 810ba193d9 Doodads: Electric Trapdoor and Resettable Box
* New doodad: Electric Trapdoor. It is a horizontal version of the
  Electric Door. Opens while powered by a button or a switch and closes
  when it loses power.
* The Box doodad will reset to its original location if it receives a
  power signal from a linked Button or Switch. So for box pushing
  puzzles you can add a reset button in case the boxes get stuck.
* Refactored the Doodad build scripts into many Makefiles for easier
  iteration (don't need to compile ALL doodads to test one).

Updates to the JavaScript API for doodads:

* Self.MoveTo(Point) is now available to set the actor's position in
  world coordinates.
2021-08-08 20:10:42 -07:00
..
Makefile Doodads: Electric Trapdoor and Resettable Box 2021-08-08 20:10:42 -07:00
exit-flag.js Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00
exit-flag.png Level Exit Doodad 2019-07-02 15:24:46 -07:00
start-flag.png Doodads: Crumbly Floor, Start Flag & State Blocks 2019-12-30 18:13:28 -08:00