Maelstrom: The fire and shield buttons shouldn't wiggle while being pressed

From 65100b8f2a42c4432dd1082a0714c8a2f58fabdf Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 31 Mar 2026 16:23:50 -0700
Subject: [PATCH] The fire and shield buttons shouldn't wiggle while being
 pressed

---
 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 93e7c86c..a2660d3d 100644
--- a/Data/UI/game.xml
+++ b/Data/UI/game.xml
@@ -145,7 +145,7 @@
 					</Elements>
 				</Image>
 
-				<Thumbstick name="fire" image="circle" followTouch="true">
+				<Thumbstick name="fire" image="circle">
 					<Size w="40" h="40"/>
 					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-60" y="-30"/>
 					<Action action_enter="CONTROL_DOWN_FIRE" action_leave="CONTROL_UP_FIRE"/>
@@ -156,7 +156,7 @@
 						</Icon>
 					</Elements>
 				</Thumbstick>
-				<Thumbstick name="shield" image="circle" followTouch="true">
+				<Thumbstick name="shield" image="circle">
 					<Size w="40" h="40"/>
 					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-30" y="-60"/>
 					<Action action_enter="CONTROL_DOWN_SHIELD" action_leave="CONTROL_UP_SHIELD"/>
@@ -221,7 +221,7 @@
 					</Elements>
 				</Image>
 
-				<Thumbstick name="fire" image="circle" followTouch="true">
+				<Thumbstick name="fire" image="circle">
 					<Size w="60" h="60"/>
 					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-90" y="-45"/>
 					<Action action_enter="CONTROL_DOWN_FIRE" action_leave="CONTROL_UP_FIRE"/>
@@ -232,7 +232,7 @@
 						</Icon>
 					</Elements>
 				</Thumbstick>
-				<Thumbstick name="shield" image="circle" followTouch="true">
+				<Thumbstick name="shield" image="circle">
 					<Size w="60" h="60"/>
 					<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-45" y="-90"/>
 					<Action action_enter="CONTROL_DOWN_SHIELD" action_leave="CONTROL_UP_SHIELD"/>