From 132b7b1cc8073df9cc334cd277e9182c3aa8bca5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 2 Apr 2025 21:38:45 +0200 Subject: Rename throttle to the proper wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- config/values.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/values.yml') diff --git a/config/values.yml b/config/values.yml index 257282e..2471e15 100644 --- a/config/values.yml +++ b/config/values.yml @@ -12,10 +12,10 @@ player: gravity: 2.50 blast_off: -1.50 - # Throttling. - throttle_up: -2.90 - throttle_left: -2.90 - throttle_right: 1.90 + # Thrust/flying + thrust: -2.90 + fly_left: -2.90 + fly_right: 1.90 # Walking constant velocities. walk_left: -1.80 -- cgit v1.2.3