From a8e8128fe5f811b9959f64a566cd66d2f86c4f3e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 28 Apr 2026 16:45:19 -0700
Subject: [PATCH] Don't hide the cursor on the game over screen
You can click to continue, so show the cursor to indicate that you can use it.
---
Data/UI/gameover.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/UI/gameover.xml b/Data/UI/gameover.xml
index 1349715b..d9775943 100644
--- a/Data/UI/gameover.xml
+++ b/Data/UI/gameover.xml
@@ -1,4 +1,4 @@
-<Panel cursor="false" enterSound="113" delegate="GameOverPanel">
+<Panel enterSound="113" delegate="GameOverPanel">
<Elements>
<Title name="image" id="128">
<Anchor anchorFrom="CENTER" anchorTo="CENTER" y="-80"/>