doodle/pkg/level
Noah 94d0da78e7 Swimming Physics and Bubble Pattern
Water pixels finally do something other than turn your character blue!

* When the player character is "wet" (touching water pixels, and so appearing in
  a blue mask), water physics apply: gravity is slower, your jump height is
  halved, but you get infinite jumps to swim higher in the water.
* Holding the jump key under water will incur a short delay between jumps, so
  that you don't just fly straight up to the surface. Tap the jump button to
  move up quicker, you can spam it all you want.

Azulians are also able to handle being under water:

* They'll sink to the bottom and keep walking back and forth normally.
* If you are above them and noticed, they'll jump (swim) up towards you,
  aware of the water and it jumps like you do.
* The Blue Azulian has the poorest vertical aggro range so it isn't a
  very good swimmer. The White Azulian is very good at navigating water
  as it can pursue the player from the furthest distance of them all.

Changes to the editor:

* New brush pattern added: bubbles.png
  * It's the default pattern now for the "water" color of all
    of the built-in palettes instead of ink.png
  * A repeating pattern of bubbles carved out showing the
    level wallpaper.
  * The old "Bubbles (circles.png)" is renamed "Circles"
* The last scroll position is saved with the Level file, so when you reload
  the level later it's scrolled at where you left it.
2022-05-05 21:35:32 -07:00
..
giant_screenshot Polish and bugfixes 2021-10-09 20:45:38 -07:00
publishing Refactor Level Publishing + MagicForm 2022-01-17 18:51:11 -08:00
actors.go Link Start Flags to Change Characters 2021-08-11 20:40:31 -07:00
chunk.go Spit and polish 2022-05-03 21:15:39 -07:00
chunk_map.go Zipfiles as File Format for Levels and Doodads 2022-04-29 20:34:59 -07:00
chunk_test.go Doodads: Crumbly Floor, Start Flag & State Blocks 2019-12-30 18:13:28 -08:00
chunker.go Stability and Bugfixes 2022-05-02 20:35:53 -07:00
chunker_test.go Change types int32 -> int per upstream render and ui library 2019-12-27 19:16:34 -08:00
chunker_zipfile.go Stability and Bugfixes 2022-05-02 20:35:53 -07:00
filesystem.go Zipfiles for Attached Files Too 2022-04-30 12:50:00 -07:00
fmt_json.go Zipfiles for Attached Files Too 2022-04-30 12:50:00 -07:00
fmt_maintenance.go Zipfiles as File Format for Levels and Doodads 2022-04-29 20:34:59 -07:00
fmt_readwrite.go Zipfiles as File Format for Levels and Doodads 2022-04-29 20:34:59 -07:00
inflate.go Actor Zoom + Experimental Settings GUI 2021-09-11 21:18:22 -07:00
page_type.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
palette.go Flood Tool, Survival Mode for Azulian Tag 2022-03-26 13:55:06 -07:00
palette_defaults.go Swimming Physics and Bubble Pattern 2022-05-05 21:35:32 -07:00
swatch.go Brush Pattern Textures 2021-06-09 22:36:32 -07:00
types.go Swimming Physics and Bubble Pattern 2022-05-05 21:35:32 -07:00