doodle/pkg/level
Noah 9b75f1b039 Spit and polish
* New built-in wallpaper: "Dotted paper (dark)" is a dark-themed wallpaper.
* New built-in palette: "Neon Bright" with bright colors for dark levels.
* New cheat: "warp whistle" to automatically win the level.
* In case the user has a VERY LARGE screen resolution bigger than the full
  bounds of a Bounded level, the Play Scene will cap the size and center
  the level canvas onto the window. This is preferable to being able to see
  beyond the level's boundaries and hitting an invisible wall in-game.
* Make the titlescreen Lazy Scroll work on unbounded levels. It can't bounce
  off scroll boundaries but it will reverse course if it reaches the level's
  furthest limits.
* Bugfix: characters' white eyes were transparent in-game. Multiple culprits
  from the `doodad convert` tool defaulting the chroma key to white, to the
  SDL2 textures considering white to be transparent. For the latter, the game
  offsets the color by -1 blue.
2022-05-03 21:15:39 -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 Spit and polish 2022-05-03 21:15:39 -07:00
swatch.go Brush Pattern Textures 2021-06-09 22:36:32 -07:00
types.go Zipfiles for Attached Files Too 2022-04-30 12:50:00 -07:00