doodads/dev-assets/doodads/azulian
Noah 81e986fadf Overhaul the Platformer Physics System
* Player character now experiences acceleration and friction when
  walking around the map!
* Actor position and movement had to be converted from int's
  (render.Point) to float64's to support fine-grained acceleration
  steps.
* Added "physics" package and physics.Vector to be a float64 counterpart
  for render.Point. Vector is used for uix.Actor.Position() for the sake
  of movement math. Vector is flattened back to a render.Point for
  collision purposes, since the levels and hitboxes are pixel-bound.
* Refactor the uix.Actor to no longer extend the doodads.Drawing (so it
  can have a Position that's a Vector instead of a Point). This broke
  some code that expected `.Doodad` to directly reference the
  Drawing.Doodad: now you had to refer to it as `a.Drawing.Doodad` which
  was ugly. Added convenience method .Doodad() for a shortcut.
* Moved functions like GetBoundingRect() from doodads package to
  collision, where it uses its own slimmer Actor interface for just the
  relevant methods it needs.
2020-04-04 21:00:32 -07:00
..
azulian-red.js Overhaul the Platformer Physics System 2020-04-04 21:00:32 -07:00
azulian.js Doodads: Crumbly Floor, Start Flag & State Blocks 2019-12-30 18:13:28 -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