feat: increase landmark emoji size for better visibility

Increase landmark size multiplier from 2.5x to 4.0x, making scenery
emojis more prominent and visually similar in scale to the player
avatar (96px default vs 70px player).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-09-30 16:21:15 -05:00
parent 5c5954be74
commit 0bcd7a30d4

View File

@@ -267,7 +267,7 @@ export function SteamTrainJourney({ momentum, trainPosition, pressure, elapsedTi
x={pos.x}
y={pos.y}
textAnchor="middle"
fontSize={(landmarks[index]?.size || 24) * 2.5}
fontSize={(landmarks[index]?.size || 24) * 4.0}
style={{
pointerEvents: 'none',
opacity: 0.7,