doodle/pkg/doodads
Noah 1523deeb9c Return False: Solid Collision Between Actors
* Implement the handler code for `return false` when actors are
  colliding with each other and wish to act like solid walls.
* The locked doors will `return false` when they're closed and the
  colliding actor does not have the matching key.
* Add arbitrary key/value storage to Actors. The colored keys will set
  an actor value "key:%TITLE%" on the one who touched the key before
  destroying itself. The colored doors check that key when touched to
  decide whether to open.
* The trapdoor now only opens if you're touching it from the top (your
  overlap box Y value is 0), but if you touch it from below and the door
  is closed, it acts like a solid object.
2019-05-28 21:43:30 -07:00
..
dummy Port over code from old collision dev PR 2019-04-09 19:17:56 -07:00
actor.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
doodad.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
drawing.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
dummy.go Use Azulian doodad as player character instead of empty dummy 2019-05-01 18:30:30 -07:00
fmt_readwrite.go Load Doodads from System Path as well as User Path 2019-05-06 13:35:08 -07:00
json.go Code Layout Refactor 2019-04-09 17:35:44 -07:00