doodle/pkg/windows
Noah 640e75ba4d Custom Wallpapers for Levels
* You can now browse for a custom wallpaper image to use with your
  levels. A platform-native file picker dialog is used (no WASM support)
* In the New/Edit Level Properties dialog, the Wallpaper drop-down
  includes an option to browse for a custom map.
* When editing an existing level: the wallpaper takes effect immediately
  in your level once the file is picked. For NEW levels, the wallpaper
  will appear once the "Continue" button is pressed.
* All common image types supported: png, jpeg, gif.
* The wallpaper is embedded in the level using the filepath
  "assets/wallpapers/custom.b64img" as a Base64-encoded blob of the
  image data.
* The `doodad show` command will list the names and sizes of files
  embedded in levels. `doodad show --attachment <name>` will get an
  attachment and print it to the console window.
* To extract a wallpaper image from a level:
  `doodad show -a assets/wallpapers/custom.b64img | base64 -d > out.png`
2021-06-06 18:59:04 -07:00
..
about.go Menu Bar Update 2020-06-04 21:55:54 -07:00
add_edit_level.go Custom Wallpapers for Levels 2021-06-06 18:59:04 -07:00
doodad_dropper.go Layer Selection Window for Doodad Editor 2020-11-16 23:23:21 -08:00
layers_window.go Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00
open_level_editor.go Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00
palette_editor.go Custom Wallpapers for Levels 2021-06-06 18:59:04 -07:00
settings.go WIP Game Settings Window, WASM Fixes, Sound FX 2020-09-01 20:54:58 -07:00