v0.1.7
Thank you so, so much for the feedback!
Just pushed a patch this morning that fixes the two issues reported in this thread, plus a couple of things I caught while investigating.
Settings screen clipped on 1440p / Steam Deck max font
The panel was centre-anchored with no height constraint. On anything taller than 720p, or with a larger font, it silently overflowed off the bottom of the screen. The bottom buttons — including CHANGELOG and RESUME — were unreachable. It's now constrained to 94% of the viewport and scrolls internally. Should be fully accessible at any resolution and font size.
CPU spike and silent crash after ~10 minutes Two things, both embarrassing in retrospect. First, the status bar was rebuilding a BBCode string and pushing it to a RichTextLabel on every single frame — 3,600 parses per minute for no reason, since the values only change once per turn. Second, the event log had no size limit and just grew forever. Combined, they were enough to eventually spike the CPU and get the process killed with no error. Both are gone.
ESC in the intro now exits cleanly rather than skipping to the fade.
Thanks to @Efflixi@lemmy.world and @waterSticksToMyBalls@lemmy.world for the specific reports — they made both fixes straightforward to find. If anything else surfaces, the bug report link on the itch page goes straight to me.