doodads/dev-assets/doodads/switches
Noah 2aecd1f198 Add Initial Sound Effects
Adds support for sound effects in Doodle and configures some for various
doodads to start out with:

* Buttons and Switches: "Clicked down" and "clicked up" sounds.
* Colored Doors: an "unlocked" sound and a "door opened" sound.
* Electric Door: sci-fi sounds when opening and closing.
* Keys: sound effect for collecting keys.

JavaScript API for Doodads adds a global function `Sound.Play(filename)`
to play sounds. All sounds in the `rtp/sfx/` folder are pre-loaded on
startup for efficient use in the app. Otherwise sounds are lazy-loaded
on first playback.
2020-05-22 20:07:48 -07:00
..
down-off.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
down-on.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
left-off.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
left-on.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
right-off.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
right-on.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
switch-off.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
switch-on.png Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
switch.js Add Initial Sound Effects 2020-05-22 20:07:48 -07:00