Adjust mining laser start offset

This commit is contained in:
ShadowNinja 2016-03-21 19:39:38 -04:00 committed by ShadowNinja
parent 63efc395cd
commit 2b0a283556
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ local function laser_shoot(player, range, particle_texture, sound)
local start_pos = vector.new(player_pos)
-- Adjust to head height
start_pos.y = start_pos.y + 1.9
start_pos.y = start_pos.y + 1.6
minetest.add_particle({
pos = startpos,
vel = dir,