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.