From 10d03471ee5f431308ab68a685bd566ce535ad89 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 28 Nov 2025 12:32:08 -0800
Subject: [PATCH] Added the version to the main panel
---
Data/UI/main.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Data/UI/main.xml b/Data/UI/main.xml
index 321831fe..ced9462c 100644
--- a/Data/UI/main.xml
+++ b/Data/UI/main.xml
@@ -247,6 +247,11 @@
<Button name="SetVolume7" template="HotkeyOnly" hotkey="7" action="setvolume7"/>
<Button name="SetVolume8" template="HotkeyOnly" hotkey="8" action="setvolume8"/>
+ <!-- Version -->
+ <Label name="version" font="Geneva:9">
+ <Anchor anchorFrom="BOTTOMLEFT" anchorTo="BOTTOMLEFT" anchor="image" x="18" y="4"/>
+ </Label>
+
<!-- Credits -->
<Label template="SmallYellow" text="Port to SDL by Sam Lantinga">
<Anchor anchorFrom="CENTER" anchorTo="CENTER" anchor="image" y="52"/>