doodads/dev-assets/doodads
Noah 3f8e4f1926 Level Exit Doodad
* Add a Level Exit doodad, which for now is a little blue flag on a pole
  that reads "END"
* JavaScript API: global function EndLevel() will end the level. The
  exit doodad calls this when touched by the player.
* Add a "Level Completed" alert box UI to PlayScene with dynamic button
  layouts.
  * The alert box pops up when a doodad calls EndLevel() and contains
    action buttons what to do next.
  * "Play Again" restarts the current level again.
  * "Edit Level" if you came from the EditorScene; otherwise this button
    is not visible.
  * "Next Level" is a to-be-implemented button to advance in the single
    player story mode. Only shows up when PlayScene.HasNext=true.
  * "Exit to Menu" is always visible and closes out to the MainScene.
2019-07-02 15:24:46 -07:00
..
azulian WASM Texture Caching 2019-06-27 12:03:52 -07:00
buttons Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
doors Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
objects Level Exit Doodad 2019-07-02 15:24:46 -07:00
test Initial Doodad JavaScript System 2019-04-15 23:07:40 -07:00
trapdoors Minor Tweaks 2019-06-08 17:02:28 -07:00
build.sh Level Exit Doodad 2019-07-02 15:24:46 -07:00
mischievous.js Add JavaScript panic catcher to doodads 2019-04-18 22:02:59 -07:00
palette.json 1st Round of Doodad Sprites + Improve Doodad Tool 2019-04-17 00:02:41 -07:00