diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-01 23:46:43 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-01 23:48:02 +0200 |
commit | a53ea25f1f22e15bab06fc4b1f4595ef392e0c77 (patch) | |
tree | 0b1b767999092b43de25c52aaab2a59327cf5890 | |
parent | 5aa7c84d6126f990e4e2d27d988fe23a2cb213a8 (diff) | |
download | hurrycurry-a53ea25f1f22e15bab06fc4b1f4595ef392e0c77.tar hurrycurry-a53ea25f1f22e15bab06fc4b1f4595ef392e0c77.tar.bz2 hurrycurry-a53ea25f1f22e15bab06fc4b1f4595ef392e0c77.tar.zst |
move button away from time
-rw-r--r-- | client/player/onscreen_controls/controls.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/player/onscreen_controls/controls.tscn b/client/player/onscreen_controls/controls.tscn index 36505c7b..960a48b1 100644 --- a/client/player/onscreen_controls/controls.tscn +++ b/client/player/onscreen_controls/controls.tscn @@ -28,7 +28,7 @@ scale = Vector2(0.5, 0.5) texture_normal = ExtResource("2_i4ife") [node name="Interact" type="TouchScreenButton" parent="Buttons"] -position = Vector2(150, 150) +position = Vector2(0, 150) scale = Vector2(0.5, 0.5) texture_normal = ExtResource("3_37rne") |