mirror of
https://github.com/HybridDog/vector_extras.git
synced 2024-11-29 19:03:51 +01:00
🐈
This commit is contained in:
parent
1db996a040
commit
55fd22890b
2
init.lua
2
init.lua
@ -3,7 +3,7 @@ local load_time_start = os.clock()
|
|||||||
local funcs = {}
|
local funcs = {}
|
||||||
|
|
||||||
function funcs.pos_to_string(pos)
|
function funcs.pos_to_string(pos)
|
||||||
return "{x="..pos.x.."; y="..pos.y.."; z="..pos.z.."}"
|
return "("..pos.x.."|"..pos.y.."|"..pos.z..")"
|
||||||
end
|
end
|
||||||
|
|
||||||
local r_corr = 0.25 --remove a bit more nodes (if shooting diagonal) to let it look like a hole (sth like antialiasing)
|
local r_corr = 0.25 --remove a bit more nodes (if shooting diagonal) to let it look like a hole (sth like antialiasing)
|
||||||
|
Loading…
Reference in New Issue
Block a user