games/digger: Back to previous player size

This commit is contained in:
Perttu Ahola 2014-10-15 16:09:10 +03:00
parent ed741ed353
commit 74c835a077

View File

@ -17,7 +17,7 @@ local RENDER_DISTANCE = 480
local FOG_END = RENDER_DISTANCE * 1.2 local FOG_END = RENDER_DISTANCE * 1.2
local PLAYER_HEIGHT = 1.7*2 local PLAYER_HEIGHT = 1.7
local PLAYER_WIDTH = 0.9 local PLAYER_WIDTH = 0.9
local MOVE_SPEED = 10 local MOVE_SPEED = 10
local JUMP_SPEED = 7 -- Barely 2 voxels local JUMP_SPEED = 7 -- Barely 2 voxels