From 63be402c82374c0e7cc26c22310309a2b58e899a Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 6 Apr 2026 10:25:33 -0700
Subject: [PATCH] Allow clicking on the last score to show the last replay
---
Data/UI/main.xml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/Data/UI/main.xml b/Data/UI/main.xml
index 5188d865..044533ce 100644
--- a/Data/UI/main.xml
+++ b/Data/UI/main.xml
@@ -172,16 +172,10 @@
<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>
- <Size w="24" h="24"/>
- <Anchor anchorFrom="LEFT" anchorTo="LEFT"/>
- </ImageArea>
- <Anchor anchorFrom="LEFT" anchorTo="LEFT" anchor="last_score_label" x="-38"/>
+ <Button name="play_last" action="play_last">
+ <Size w="290" h="20"/>
+ <Anchor anchorFrom="LEFT" anchorTo="LEFT" anchor="last_score_label" x="-2"/>
</Button>
- -->
<!-- Instructions -->
<Button name="PlayButton" template="MenuButton" hotkey="P" hotkey2="Return" text="P" action="play" clickSound="114">