Skip to content

Continue v1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 03:48
· 2 commits to main since this release

Fixes CONTINUE breaking after you visit another menu screen.

Open LOAD GAME (or any other screen) and come back, and the CONTINUE entry lost its label — it read
TEXT BLOCK — and stopped responding to clicks. The separator above NEW GAME disappeared with it. Starting the
game again was the only way to get it back.

The game rebuilds the main menu every time it is shown, relabelling each entry from its own list of button names.
CONTINUE is not in that list, so it came back blank, and the same pass switched its click handling back off. The
mod now re-applies the label and the click handling in the same frame the menu is rebuilt, so the entry is correct
the first time it is drawn rather than being corrected afterwards.

The separator had a second, unrelated cause: an internal check gave up once enough menu screens had been built,
and silently concluded it had nowhere to draw. It no longer gives up.

If you use auto-update, this arrives on its own. Built for game build 0.2.8.121391-S. Requires ModLoader v1.17.3
(plugin interface 60).