gaming-hub/web/src/plugins/radio
Daniel 1b2fbe27ed Fix: Size-based dot radius for radio stations
Restore d.size-dependent point radius so larger cities (more
stations) show bigger dots like Radio Garden. Formula:
radius = clamp(0.12, 0.45, 0.06 + size * 0.005)

Zoom scaling also respects per-station size.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 19:37:34 +01:00
..
RadioTab.tsx Fix: Size-based dot radius for radio stations 2026-03-06 19:37:34 +01:00
TileTextureManager.ts Fix radio globe texture rendering 2026-03-06 11:55:26 +01:00