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
platformer: fix the card backdrop seam (one cover-fill panel, not two stretches)
The illustrated-card backdrop stitched two copies of the same biome frame
stretched to fixed widths (0-592 and 432-1024); in their overlap each showed
a different part of the frame, so they did not line up.
Replace them with ONE panel scaled to COVER the card width with its aspect
kept (the overflow below the 640 card height is cropped by the window, and the
card's ground band hides the cropped foreground). A single image has no join,
so a seam is impossible - and the uniform scale means no distortion either.
Example-side only. Static gates + audit clean. Needs an OXT pass to confirm.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HkN9P6YodA65ZuhDDuuQks
0 commit comments