decreased level of steps from 16 to 5 - which looks more snowy

This commit is contained in:
Sokomine 2024-01-12 03:48:52 +01:00
parent c04d427662
commit 8a8441b113

View File

@ -324,7 +324,7 @@ end
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 = {};
for i = 0, d-1 do