A sophisticated overlay with cherry blossom aesthetics featuring soft purples, pinks, and spring greens. Optimized for Game Boy Advance (GBA) 3:2 aspect ratio by default, perfect for retro handheld gaming streams while creating a cozy, slice-of-life atmosphere inspired by sakura season.
--game-width
and --game-height
variables can be modified to support:
The overlay is easily customizable through CSS variables:
:root {
/* COLORS */
--primary-color: #9370DB; /* Medium purple */
--secondary-color: #FFB7C5; /* Cherry blossom pink */
--accent-color: #98FB98; /* Light spring green */
/* SIZES AND POSITIONS */
--game-width: 1500px; /* Width of game window (3:2 ratio for GBA) */
--game-height: 1000px; /* Height of game window */
--cam-size: 320px; /* Size of camera frame */
--cam-bottom: 30px; /* Distance from bottom */
--cam-right: 30px; /* Distance from right */
}
To change from the default GBA aspect ratio (3:2) to other common retro formats:
--game-width: 1333px; --game-height: 1000px;
--game-width: 1778px; --game-height: 1000px;
--game-width: 1111px; --game-height: 1000px;
This overlay is designed for: