doodle/dev-assets/doodads/objects
Noah 0518df226c New Doodad: Anvil
* The Anvil doodad is affected by gravity and becomes dangerous when
  falling. If it lands on the player character, you die! If it lands on
  any other mobile doodad, it destroys it! It can land on solid doodads
  such as the Electric Trapdoor and the Crumbly Floor. It will activate
  a Crumbly Floor if it lands on one, and can activate buttons and
  switches that it passes.
* JavaScript API: FailLevel(message) can be called from a doodad to kill
  the player character. The Anvil does this if it collides with the
  player while it's been falling.
2021-08-08 21:57:41 -07:00
..
Makefile New Doodad: Anvil 2021-08-08 21:57:41 -07:00
anvil.js New Doodad: Anvil 2021-08-08 21:57:41 -07:00
anvil.png New Doodad: Anvil 2021-08-08 21:57:41 -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