diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-01 20:14:12 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-01 20:14:12 -0400 |
| commit | 4dae389eb97531cccded95e54b6643df648c2848 (patch) | |
| tree | fcab94e06c4f917098869df2c9acdb584c97f6e8 /racing | |
| parent | 1e2ed81d80f38f1d60eed053d02048a2a4fc6db5 (diff) | |
| download | lingo-race-4dae389eb97531cccded95e54b6643df648c2848.tar.gz lingo-race-4dae389eb97531cccded95e54b6643df648c2848.tar.bz2 lingo-race-4dae389eb97531cccded95e54b6643df648c2848.zip | |
Remove double cursor sens
Diffstat (limited to 'racing')
| -rw-r--r-- | racing/player.gd | 2 |
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 | ||
| 4 | func _unhandled_input(event): | 4 | func _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) |
