mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
Adjust mining laser start offset
This commit is contained in:
parent
63efc395cd
commit
2b0a283556
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user