doodle/pkg/scripting
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
..
events.go Settings Window + Bugfix 2021-06-19 22:14:41 -07:00
js_api.go Add Initial Sound Effects 2020-05-22 20:07:48 -07:00
pubsub.go New Doodad: Anvil 2021-08-08 21:57:41 -07:00
scripting.go New Doodad: Anvil 2021-08-08 21:57:41 -07:00
supervisor_events.go New Doodad: Anvil 2021-08-08 21:57:41 -07:00
timers.go Script Timers, Multiple Doodad Frames 2019-04-18 18:15:05 -07:00
vm.go Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -07:00