Skip to content

coin_overlay

Anthony Samms edited this page Jun 2, 2026 · 1 revision

CoinOverlay draws the "Free Play" text at the bottom of the screen. The text is read from the skin config (SC::FREE_PLAY) in the configured language and centered horizontally.

CoinOverlay

CoinOverlay();

Creates an OutlinedText for the free-play label using the text and font size from SC::FREE_PLAY in global_tex.

Update and Draw

void update(double current_ms);

No-op.

void draw(float x = 0, float y = 0);

Draws the free-play label centered horizontally on screen at the y-position defined by SC::FREE_PLAY.

Clone this wiki locally