summaryrefslogtreecommitdiffhomepage
path: root/ground.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-05-12 18:44:19 +0200
committerAki <nthirtyone@gmail.com>2016-05-12 18:44:19 +0200
commit8947c17408c129be8fec3523e2acb8615e85d39a (patch)
tree3576d5a5fdc8ac498c5370e092b620a62cbcd368 /ground.lua
parentc06e67a268708dab348a72b9b3d85a53959e6945 (diff)
downloadroflnauts-8947c17408c129be8fec3523e2acb8615e85d39a.zip
roflnauts-8947c17408c129be8fec3523e2acb8615e85d39a.tar.gz
roflnauts-8947c17408c129be8fec3523e2acb8615e85d39a.tar.bz2
Horizontal movement
Diffstat (limited to 'ground.lua')
-rw-r--r--ground.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ground.lua b/ground.lua
index 47c4ec7..e0c490a 100644
--- a/ground.lua
+++ b/ground.lua
@@ -19,6 +19,6 @@ function Ground:new (world, x, y, shape, sprite)
o.fixture = love.physics.newFixture(o.body, o.shape)
o.sprite = love.graphics.newImage(sprite)
o.fixture:setCategory(1)
- o.fixture:setFriction(0.7)
+ o.fixture:setFriction(0.75)
return o
end \ No newline at end of file