Zoo RPG Dev Log #4 — Weather UI

devlogweather

Weather is now visible in-game

The weather system now shows up on the game screen with a dedicated banner. You’ll see the current weather type, severity, description, and a countdown to the next shift.

This is driven directly from /game/state, so what you see on the client is the same weather the tick worker is using for hunger, health, popularity, and visitor changes.