doodads/dev-assets/doodads/on-off
Noah 4cb441dc46 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
blue-button.png Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
blue-off.png Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
blue-on.png Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
orange-button.png Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
orange-off.png Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
orange-on.png Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
state-block-blue.js Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
state-block-orange.js Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
state-button.js Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00