From 847e9c4d5f1b1bf8114952e48e994b89d2569354 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 11 Mar 2026 21:09:48 -0700
Subject: [PATCH] Remove the "replay last game" button
This isn't super useful without better scrubbing controls, and Steam game recording does a very good job of this.
We are leaving in replay functionality though, so you can click on old games in the high score list and rewatch them (and re-record them through Steam!)
---
Data/UI/main.xml | 2 ++
TODO | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Data/UI/main.xml b/Data/UI/main.xml
index ced9462c..d740961a 100644
--- a/Data/UI/main.xml
+++ b/Data/UI/main.xml
@@ -172,6 +172,7 @@
<Label name="last_score" template="LargeWhite">
<Anchor anchorFrom="LEFT" anchorTo="RIGHT" anchor="last_score_label"/>
</Label>
+ <!-- Disabled play last button
<Button name="play_last" image="play" action="play_last">
<Size w="326" h="22"/>
<ImageArea>
@@ -180,6 +181,7 @@
</ImageArea>
<Anchor anchorFrom="LEFT" anchorTo="LEFT" anchor="last_score_label" x="-38"/>
</Button>
+ -->
<!-- Instructions -->
<Button name="PlayButton" template="MenuButton" hotkey="P" text="P" action="play" clickSound="114">
diff --git a/TODO b/TODO
index 35279a22..29c73b89 100644
--- a/TODO
+++ b/TODO
@@ -4,4 +4,3 @@
* Add Android build to GitHub actions
* Add assets and entitlements for Apple Store
* Update documentation
-* Remove replay feature?