Lowered friction

This commit is contained in:
CobaltXII
2019-01-03 11:31:31 -05:00
parent bf3caa4b23
commit bf419b9276

View File

@@ -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.