doodle/pkg/uix
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
..
magic-form Level Difficulty + UI Polish 2022-03-06 22:20:53 -08:00
actor.go Swimming Physics and Bubble Pattern 2022-05-05 21:35:32 -07:00
actor_animation.go Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
actor_collision.go Swimming Physics and Bubble Pattern 2022-05-05 21:35:32 -07:00
actor_events.go Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00
canvas.go Fancy Mouse Cursors 2022-05-04 22:38:26 -07:00
canvas_actors.go Optimize memory by freeing up SDL2 textures 2022-04-09 14:41:24 -07:00
canvas_cursor.go Fancy Mouse Cursors 2022-05-04 22:38:26 -07:00
canvas_editable.go Spit and polish 2022-05-03 21:15:39 -07:00
canvas_link_tool.go Stability and Bugfixes 2022-05-02 20:35:53 -07:00
canvas_memory.go Zipfiles as File Format for Levels and Doodads 2022-04-29 20:34:59 -07:00
canvas_present.go Remove MsgPack, Fix doodad display on top/left edges 2022-01-09 13:16:29 -08:00
canvas_scrolling.go Text Tool and Pan Tool 2022-03-05 15:34:20 -08:00
canvas_strokes.go Level Difficulty + UI Polish 2022-03-06 22:20:53 -08:00
canvas_wallpaper.go Stabilize Load Screen by Deferring SDL2 Calls 2021-07-19 17:14:00 -07:00
canvas_zoom.go Zoom And Edit 2021-09-11 17:02:01 -07:00
crosshair.go Crosshair Option + Doodad Editor crash fix 2021-10-11 15:57:33 -07:00
scripting.go Swimming Physics and Bubble Pattern 2022-05-05 21:35:32 -07:00