doodle/pkg/scripting
Noah ad67e2b42b New Doodad: Blue Bird
* The blue bird follows the same base AI as the red bird (it has a
  target altitude that it tries to maintain, and it will dive at the
  player) but the blue bird flies in a sine wave pattern around its
  target altitude. It also has a longer scan radius to search for the
  player than the red bird.
* The sine wave pattern of the blue bird means you may fly under its
  radar depending how high it is on average.

Cheat codes that replace the player character are refactored to make
it easier to extend, and new cheats have been added:

* super azulian: play as the Red Azulian.
* hyper azulian: play as the White Azulian.
* bluebird: play as the new Bird (blue).
2022-04-30 17:59:55 -07:00
..
events.go Checkpoint Flag can Re-assign Player Character 2022-01-18 21:24:36 -08:00
js_api.go Update Doodad JS API + Hostile mobs 2022-01-17 21:28:05 -08:00
pubsub.go New Doodad: Blue Bird 2022-04-30 17:59:55 -07:00
scripting.go Zipfiles for Attached Files Too 2022-04-30 12:50:00 -07:00
supervisor_events.go Checkpoint Flag & Retry from Checkpoint 2021-08-15 20:17:53 -07:00
timers.go Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
vm.go LoadUnloadChunk for Memory Optimization 2022-04-10 12:40:25 -07:00