doodle/pkg/uix
Noah 2c1185cc9f Doodads: Warp Doors, Bird, Larger State Blocks
* The blue and orange ON/OFF state blocks have all been increased in
  size to better match the player character (42x42 up from 33x33)
* Added a new mob: the Red Bird. It flies back and forth while
  maintaining its altitude, similar to the Red Azulian. Planned AI
  behavior is to divebomb the player when it gets close. Dive sprites
  are included but not yet hooked up in JavaScript.
* Warp Doors! (WIP). They have a golden "W" on them and come in three
  varieties: Brown, Blue and Orange. The blue and orange ones are
  sensitive to the State Block and will become dotted outlines when
  inactive (and can not be entered in this state). The door opens for
  the player character, makes him disappear, then closes again. The plan
  is it will then warp you to the location of a linked Warp Door
  elsewhere on the level, but for now it will just make the player
  re-appear after completing the Close Door animation.
2020-12-29 20:31:35 -08:00
..
actor.go Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
actor_animation.go Overhaul the Platformer Physics System 2020-04-04 21:00:32 -07:00
actor_collision.go Fix getting stuck atop solid doodads 2020-04-04 21:21:11 -07:00
actor_events.go Cut lib/render into its own package, change all imports 2019-12-22 18:21:58 -08:00
canvas.go WIP Zoom Tool 2020-11-19 20:09:15 -08:00
canvas_actors.go Doodads: Warp Doors, Bird, Larger State Blocks 2020-12-29 20:31:35 -08:00
canvas_cursor.go Change types int32 -> int per upstream render and ui library 2019-12-27 19:16:34 -08:00
canvas_editable.go WIP Zoom Tool 2020-11-19 20:09:15 -08:00
canvas_link_tool.go Overhaul the Platformer Physics System 2020-04-04 21:00:32 -07:00
canvas_present.go WIP Zoom Tool 2020-11-19 20:09:15 -08:00
canvas_scrolling.go Level Collision and Scrolling Fixes 2020-01-02 20:23:27 -08:00
canvas_strokes.go Doodads: Crumbly Floor, Start Flag & State Blocks 2019-12-30 18:13:28 -08:00
canvas_wallpaper.go Prepare v0.4.0 for release 2020-11-19 20:51:02 -08:00
canvas_zoom.go WIP Zoom Tool 2020-11-19 20:09:15 -08:00