summary refs log tree commit diff stats
path: root/racing
diff options
context:
space:
mode:
Diffstat (limited to 'racing')
-rw-r--r--racing/player.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/racing/player.gd b/racing/player.gd index 95220c1..9c9ad61 100644 --- a/racing/player.gd +++ b/racing/player.gd
@@ -2,8 +2,6 @@ extends "res://scripts/player.gd"
2 2
3 3
4func _unhandled_input(event): 4func _unhandled_input(event):
5 ._unhandled_input(event)
6
7 # Checks specifically for *not* playable. On purpose. 5 # Checks specifically for *not* playable. On purpose.
8 if event is InputEventMouseMotion and !playable and !solving: 6 if event is InputEventMouseMotion and !playable and !solving:
9 rotate_y(-event.relative.x * mouse_sensitivity) 7 rotate_y(-event.relative.x * mouse_sensitivity)