diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-02 00:59:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-02 00:59:21 +0200 |
commit | 9cffa5019b017045b7dbdf6577c89b70b8a11a50 (patch) | |
tree | 2a274bb7a446dc9400731da4b8851aaff6393495 /client/player/onscreen_controls/controls.tscn | |
parent | 5fde584021fa0d073d068ab7edde44aff6098bed (diff) | |
parent | b9fb88e52c5351392882bc0b470108da9d41d3a9 (diff) | |
download | hurrycurry-9cffa5019b017045b7dbdf6577c89b70b8a11a50.tar hurrycurry-9cffa5019b017045b7dbdf6577c89b70b8a11a50.tar.bz2 hurrycurry-9cffa5019b017045b7dbdf6577c89b70b8a11a50.tar.zst |
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/player/onscreen_controls/controls.tscn')
-rw-r--r-- | client/player/onscreen_controls/controls.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/player/onscreen_controls/controls.tscn b/client/player/onscreen_controls/controls.tscn index 960a48b1..53acc922 100644 --- a/client/player/onscreen_controls/controls.tscn +++ b/client/player/onscreen_controls/controls.tscn @@ -9,8 +9,11 @@ script = ExtResource("1_rnoki") [node name="MovementStick" parent="." instance=ExtResource("1_4k4lh")] +modulate = Color(1, 1, 1, 0.752941) +joystick_mode = 1 [node name="Buttons" type="Control" parent="."] +modulate = Color(1, 1, 1, 0.752941) layout_mode = 3 anchors_preset = 3 anchor_left = 1.0 @@ -28,7 +31,7 @@ scale = Vector2(0.5, 0.5) texture_normal = ExtResource("2_i4ife") [node name="Interact" type="TouchScreenButton" parent="Buttons"] -position = Vector2(0, 150) +position = Vector2(150, 150) scale = Vector2(0.5, 0.5) texture_normal = ExtResource("3_37rne") |