aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-02 18:58:23 +0200
committertpart <tpart120@proton.me>2024-09-02 18:58:23 +0200
commit1b1d276c83e48d38e10277caf18a260871ce80a5 (patch)
tree9450f61c587dc9272884178010c03680faf646fc /client/game.gd
parentf3df4fc0699db41a501fd6724d9d7d0e98af40bd (diff)
downloadhurrycurry-1b1d276c83e48d38e10277caf18a260871ce80a5.tar
hurrycurry-1b1d276c83e48d38e10277caf18a260871ce80a5.tar.bz2
hurrycurry-1b1d276c83e48d38e10277caf18a260871ce80a5.tar.zst
Fix more action typos
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index 0a5d85ae..09027d18 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -341,7 +341,7 @@ func spectate_center():
$Center.position = new_center
func spectate_free():
- var direction := Input.get_vector("left", "right", "forward", "backwards")
+ var direction := Input.get_vector("left", "right", "forwards", "backwards")
direction = direction.rotated(-camera.angle_target)
$Center.position += Vector3(
direction.x,