From a8a4fd6e8469040a0d0066f50ca297d7e5b62058 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 31 Mar 2026 17:50:39 -0700
Subject: [PATCH] Updated thumbstick style controls
---
Data/UI/game.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/Data/UI/game.xml b/Data/UI/game.xml
index a2660d3d..e3718a36 100644
--- a/Data/UI/game.xml
+++ b/Data/UI/game.xml
@@ -253,9 +253,16 @@
<Action angle="90" arc="60" active_radius="0" action_enter="CONTROL_DOWN_RIGHT" action_leave="CONTROL_UP_RIGHT"/>
<Action angle="270" arc="60" active_radius="0" action_enter="CONTROL_DOWN_LEFT" action_leave="CONTROL_UP_LEFT"/>
</Thumbstick>
- <Thumbstick image="fire" followTouch="true" sensitiveRadius="128">
+ <Thumbstick image="circle" followTouch="true" sensitiveRadius="128">
+ <Size w="60" h="60"/>
<Anchor anchorFrom="BOTTOMRIGHT" anchorTo="BOTTOMRIGHT" x="-32" y="-40"/>
<Action action_enter="CONTROL_DOWN_FIRE" action_leave="CONTROL_UP_FIRE"/>
+ <Elements>
+ <Icon id="136">
+ <Size w="24" h="24"/>
+ <Anchor anchorFrom="CENTER" anchorTo="CENTER"/>
+ </Icon>
+ </Elements>
</Thumbstick>
<!-- End thumbstick style controls -->
</Elements>