doodads/dev-assets/doodads/azulian
Noah 2913e706e2 Update Doodad JS API + Hostile mobs
New functions are available on the JavaScript API for doodads:

* Actors.At(Point) []*Actor: returns actors intersecting a point
* Actors.FindPlayer() *Actor: returns the nearest player character
* Actors.New(filename string): create a new actor (NOT TESTED YET!)
* Self.Grounded() bool: query the grounded status of current actor

With this the game's built-in doodads have been revised:

* Bird: will now scan 240 pixels diagonally searching for the player
  character and will dive if seen. The Bird is dangerous while
  diving. It will return to its original altitude once it touches
  the ground.
* Azulians: the Azulians are now dangerous to player characters but
  not to the Thief. Azulians will begin to follow the player when
  they are within the aggro range and will hop if the player is
  above them to try and overcome obstacles.
  * Blue Azulian: aggro is (250, 100) jump speed 12 movement 2
  * Red Azulian: aggro is (250, 200) jump speed 14 movement 4
2022-01-17 21:28:05 -08:00
..
Makefile Bash for Makefiles 2021-09-06 14:06:55 -07:00
azulian.js Update Doodad JS API + Hostile mobs 2022-01-17 21:28:05 -08:00
blu-back.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-front.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wl1.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wl2.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wl3.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wl4.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wr1.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wr2.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wr3.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
blu-wr4.png Add Azulian doodad sprites and build script 2019-05-01 18:27:20 -07:00
red-back.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-front.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wl1.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wl2.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wl3.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wl4.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wr1.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wr2.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wr3.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
red-wr4.png Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00