decreased level of steps from 16 to 5 - which looks more snowy
This commit is contained in:
parent
c04d427662
commit
8a8441b113
@ -324,7 +324,7 @@ end
|
|||||||
|
|
||||||
moresnow.register_shape = function( shape, new_name )
|
moresnow.register_shape = function( shape, new_name )
|
||||||
|
|
||||||
local d = 16; -- detail level (how many steps/boxes to simulate the slope?)
|
local d = 5 -- detail level (how many steps/boxes to simulate the slope?)
|
||||||
|
|
||||||
local slopeboxedge = {};
|
local slopeboxedge = {};
|
||||||
for i = 0, d-1 do
|
for i = 0, d-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user