From 99530bd47e9afa793ee6262bec03cd112441a120 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 2 Apr 2025 22:46:40 +0200 Subject: config: Reduce the velocities when airborne MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- config/values.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/values.yml') diff --git a/config/values.yml b/config/values.yml index 2471e15..f2f0f45 100644 --- a/config/values.yml +++ b/config/values.yml @@ -9,17 +9,17 @@ player: # Gravity and initial velocity when throttling from the ground. - gravity: 2.50 + gravity: 1.83 blast_off: -1.50 # Thrust/flying - thrust: -2.90 + thrust: -2.00 fly_left: -2.90 fly_right: 1.90 # Walking constant velocities. walk_left: -1.80 - walk_right: 0.80 + walk_right: 0.93 # Horizontal bounces bounce_left: -2.53 -- cgit v1.2.3