static-browser-overlays

Retro Sakura Overlay

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.

Retro Sakura Overlay Preview

Features

Aspect Ratio Information

Adding to OBS Studio

  1. Add as Browser Source:
    • In OBS Studio, add a “Browser” source
    • Check “Local file” and browse to select the HTML file
    • Set Width to 1920 and Height to 1080
  2. Position Your Game Capture:
    • Add your game capture source beneath the overlay
    • Resize to fit within the frame (default 1500x1000px for GBA games)
  3. Position Your Webcam:
    • Add your webcam source beneath the overlay
    • Resize to fill the circular frame

Customization Options

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 */
}

Aspect Ratio Adjustments

To change from the default GBA aspect ratio (3:2) to other common retro formats:

Compatibility

This overlay is designed for: