You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show a map thumbnail for each project in the Open dialog
Saving now grabs a screenshot of the map and stores it in the project, and the
Open dialog renders it as the project's grid image, so projects are
recognisable instead of bare folders (as Lua's screenshot.jpg does).
SaveCommand records a screenshot request (ScreenshotManager); the next
DrawScreen reads the framebuffer -- the only place it is valid -- and writes the
map area (left of the panel) to <project>/sb_project_files/screenshot.jpg via
gfx.save_image. list_assets sets a project directory's image to that file when
it exists. E2E: project_thumbnail.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments