v0.1.2: Time is Yours to Command
Small release, but satisfying to ship. Two things: you can now control how fast time moves, and the logistics panel loads reliably.
, to slow down and . to speed up.
Game Speed Controls
A speed button has been added to the HUD (top-right corner). Click it to cycle between 1×, 2×, and 4× simulation speed. The keyboard shortcuts , (slower) and . (faster) also work while playing.
This matters for two reasons. First, the early game can feel slow while you're waiting for your first robots to accumulate enough ore. Speed it up. Second, late-game faction dynamics move in geological time — territory disputes, alliance shifts, the slow creep of Helix into your sectors. At 4×, the political map moves at a pace you can actually watch.
Logistics Panel Fix
The logistics panel was failing to load in some sessions due to a dynamic import issue. Converted to static imports — it now loads correctly every time. Not a glamorous fix, but the panel shows you who's hauling what to whom, so it matters.
Full Changelog — v0.1.2
- Game speed controls — 1×, 2×, 4× time multiplier; keyboard shortcuts
,/.
Fixes
- Logistics panel now loads reliably (static import replacing ineffective dynamic import)