doodle/pkg/level
Noah da83231559 Level Screenshots and Thumbnails
Adds some support for "less giant" level screenshots.

* In the Editor, the Level->Take Screenshot menu will render a cropped screen
  shot of just the level viewport on screen. Note: it is not an SDL2 screen
  copy but generated from scratch from the level data.
* In levels themselves, screenshots can be stored inside the level data in
  three different sizes: large (1280x720), medium and small (each a halved
  size of the previous).
* The first screenshot is created when the level is saved, starting from
  wherever the scroll position in the editor is at, and recording the 720p
  view of the level from there.
* The level screenshot can be previewed and updated in the Level Properties
  window of the editor: so you can scroll the editor to just the right position
  and take a good screenshot to represent your level.
* In the future: these embedded level screenshots will be displayed on the
  Story Mode and other screens to see a preview of each level.

Other tweaks:

* When taking a Giant Screenshot: a confirm modal will warn the player that
  it may take a while. And during the screenshot, show the new Wait Modal to
  block player interaction until the screenshot has finished.
2023-12-08 19:48:02 -08:00
..
giant_screenshot Level Screenshots and Thumbnails 2023-12-08 19:48:02 -08:00
publishing Signed Levels and Levelpacks 2023-02-18 17:37:54 -08:00
actor_options.go Slippery Pixels + Update Changelog for 0.13.1 2022-10-10 10:52:28 -07:00
actors.go Slippery Pixels + Update Changelog for 0.13.1 2022-10-10 10:52:28 -07:00
chunk.go Binary format for chunks in zipfiles 2023-02-18 12:45:36 -08:00
chunk_map.go Add cheat code to send power to all actors 2023-02-18 14:21:07 -08:00
chunk_test.go Unit test fixes and code cleanup 2023-12-02 12:33:14 -08:00
chunker.go Unit test fixes and code cleanup 2023-12-02 12:33:14 -08:00
chunker_test.go Unit test fixes and code cleanup 2023-12-02 12:33:14 -08:00
chunker_zipfile.go Update savegame format, Allow out-of-bounds camera 2023-03-07 21:55:10 -08:00
filesystem.go Level Screenshots and Thumbnails 2023-12-08 19:48:02 -08:00
fmt_json.go Unit test fixes and code cleanup 2023-12-02 12:33:14 -08:00
fmt_maintenance.go Rename Go module 2022-09-24 15:17:25 -07:00
fmt_readwrite.go Rename Go module 2022-09-24 15:17:25 -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 Binary format for chunks in zipfiles 2023-02-18 12:45:36 -08:00
palette_defaults.go Update default level palettes for new pixel attributes 2022-10-10 11:17:11 -07:00
screenshot.go Level Screenshots and Thumbnails 2023-12-08 19:48:02 -08:00
swatch.go Slippery Pixels + Update Changelog for 0.13.1 2022-10-10 10:52:28 -07:00
types.go Level Screenshots and Thumbnails 2023-12-08 19:48:02 -08:00