From f3df4fc0699db41a501fd6724d9d7d0e98af40bd Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 2 Sep 2024 18:57:35 +0200 Subject: Fix typo in action name --- client/game.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/game.gd b/client/game.gd index 7a5e30db..0a5d85ae 100644 --- a/client/game.gd +++ b/client/game.gd @@ -306,7 +306,7 @@ func set_tile(tile: Vector2i, kind = null, neighbors = null): func update_center(): if is_joined: return - if Input.get_vector("left", "right", "forward", "backwards").normalized().length() > .1: + if Input.get_vector("left", "right", "forwards", "backwards").normalized().length() > .1: spectating_mode = SpectatingMode.FREE elif spectating_mode == SpectatingMode.FREE and Input.is_action_just_pressed("reset"): spectating_mode = SpectatingMode.CENTER -- cgit v1.2.3-70-g09d2