From 8947c17408c129be8fec3523e2acb8615e85d39a Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 12 May 2016 18:44:19 +0200 Subject: Horizontal movement --- ground.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ground.lua') 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 -- cgit v1.1