doodads/dev-assets/doodads
Noah 2b8005e942 Checkpoint Flag can Re-assign Player Character
Link a Doodad to a Checkpoint Flag (like you would a Start Flag) and
crossing the flag will replace the player with that doodad. Multiple
checkpoint flags like this can toggle you between characters.

* Azulians are now friendly to player characters who have the word
  "Azulian" in their title.
* Improve Bird as the playable character:
  * Dive animation if the player flies diagonally downwards
  * Animation loop while hovering in the air instead of pausing
* Checkpoint flags don't spam each other on PubSub so much which could
  sometimes lead to deadlocks!

SetPlayerCharacter added to the JavaScript API. The Checkpoint Flag
(not the region) can link to a doodad and replace the player character
with that linked doodad when you activate the checkpoint:

    Actors.SetPlayerCharacter(filename string): like "boy.doodad"

Add various panic catchers to make JavaScript safer and log issues
to console.
2022-01-18 21:24:36 -08:00
..
azulian Checkpoint Flag can Re-assign Player Character 2022-01-18 21:24:36 -08:00
bird Checkpoint Flag can Re-assign Player Character 2022-01-18 21:24:36 -08:00
box Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
boy Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
buttons Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
crumbly-floor Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
doors Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
objects Checkpoint Flag can Re-assign Player Character 2022-01-18 21:24:36 -08:00
on-off Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
regions Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
switches Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
test Initial Doodad JavaScript System 2019-04-15 23:07:40 -07:00
thief Checkpoint Flag can Re-assign Player Character 2022-01-18 21:24:36 -08:00
trapdoors Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
warp-door Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
build.sh Add Technical Doodads + UI Fixes 2021-10-02 20:52:16 -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