aboutsummaryrefslogtreecommitdiff
path: root/client/player/onscreen_controls/controls.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/player/onscreen_controls/controls.gd')
-rw-r--r--client/player/onscreen_controls/controls.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/player/onscreen_controls/controls.gd b/client/player/onscreen_controls/controls.gd
index 0d240ddb..06efb82e 100644
--- a/client/player/onscreen_controls/controls.gd
+++ b/client/player/onscreen_controls/controls.gd
@@ -42,11 +42,11 @@ func _on_boost_released():
boost.modulate = Color.WHITE
func _on_interact_pressed():
- Input.action_press("interact")
+ Input.action_press("interact_left")
interact.modulate = modulate_color
func _on_interact_released():
- Input.action_release("interact")
+ Input.action_release("interact_left")
interact.modulate = Color.WHITE
func _on_pause_pressed():