From bf419b9276ef8de4988a58225a75b09431e8b2c3 Mon Sep 17 00:00:00 2001 From: CobaltXII Date: Thu, 3 Jan 2019 11:31:31 -0500 Subject: [PATCH] Lowered friction --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 728a838..15f535b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -206,7 +206,7 @@ int main(int argc, char** argv) // Define the player's friction coefficient. - float friction = 0.9f; + float friction = 0.8f; // When the block_timer is 0, a block may be destroyed or placed.