This commit is contained in:
cora 2021-09-25 03:38:55 +02:00
parent 85304ae8a3
commit 22c49ea605
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ local function get_spawnerdef(dtype)
time = 0,
minpos = vector.new(-15,5,-15),
maxpos = vector.new(15,10,15),
minvel = vector.new(0, 5,0),
minvel = vector.new(0, -5,0),
maxvel = vector.new(0,-15,0),
minacc = vector.new(0,-10,0),
maxacc = vector.new(0,-30,0),