Maelstrom: Reversed the fire and shield buttons in the touch layout

From fe5424e5af2c4334ebe4b6194822c1c3f4a66aef Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 3 Apr 2026 11:42:51 -0700
Subject: [PATCH] Reversed the fire and shield buttons in the touch layout

---
 Data/UI/game.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Data/UI/game.xml b/Data/UI/game.xml
index 69232054..2c4ec53b 100644
--- a/Data/UI/game.xml
+++ b/Data/UI/game.xml
@@ -156,7 +156,7 @@
 
 				<Thumbstick name="fire" image="circle" alpha="128">
 					<Size w="40" h="40"/>
-					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-60" y="-30"/>
+					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-30" y="-60"/>
 					<Action action_enter="CONTROL_DOWN_FIRE" action_leave="CONTROL_UP_FIRE"/>
 					<Elements>
 						<Icon id="136" alpha="128">
@@ -167,7 +167,7 @@
 				</Thumbstick>
 				<Thumbstick name="shield" image="circle" alpha="128">
 					<Size w="40" h="40"/>
-					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-30" y="-60"/>
+					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-60" y="-30"/>
 					<Action action_enter="CONTROL_DOWN_SHIELD" action_leave="CONTROL_UP_SHIELD"/>
 					<Elements>
 						<Image image="shield" alpha="128">
@@ -247,7 +247,7 @@
 
 				<Thumbstick name="fire" image="circle" alpha="128">
 					<Size w="60" h="60"/>
-					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-90" y="-45"/>
+					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-45" y="-90"/>
 					<Action action_enter="CONTROL_DOWN_FIRE" action_leave="CONTROL_UP_FIRE"/>
 					<Elements>
 						<Icon id="136" alpha="128">
@@ -258,7 +258,7 @@
 				</Thumbstick>
 				<Thumbstick name="shield" image="circle" alpha="128">
 					<Size w="60" h="60"/>
-					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-45" y="-90"/>
+					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-90" y="-45"/>
 					<Action action_enter="CONTROL_DOWN_SHIELD" action_leave="CONTROL_UP_SHIELD"/>
 					<Elements>
 						<Image image="shield" alpha="128">