doodads/dev-assets/doodads
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
..
azulian Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -07:00
buttons Add Initial Sound Effects 2020-05-22 20:07:48 -07:00
crumbly-floor Add Initial Sound Effects 2020-05-22 20:07:48 -07:00
doors Add Initial Sound Effects 2020-05-22 20:07:48 -07:00
objects Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -07:00
on-off Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -07:00
switches Add Initial Sound Effects 2020-05-22 20:07:48 -07:00
test Initial Doodad JavaScript System 2019-04-15 23:07:40 -07:00
trapdoors Tighten Doodad JavaScript API, User Documentation 2020-04-21 23:50:45 -07:00
build.sh New (Colored) Locked Door Doodads 2020-04-02 21:43:41 -07:00
mischievous.js Overhaul the Platformer Physics System 2020-04-04 21:00:32 -07:00
palette.json 1st Round of Doodad Sprites + Improve Doodad Tool 2019-04-17 00:02:41 -07:00