forked from mtcontrib/mobs_monster
lil tweaks
This commit is contained in:
@ -3,7 +3,7 @@ local S = minetest.get_translator("mobs_monster")
|
||||
|
||||
-- custom particle effects
|
||||
|
||||
local effect = function(pos, amount, texture, min_size, max_size, radius, gravity, glow)
|
||||
local function effect(pos, amount, texture, min_size, max_size, radius, gravity, glow)
|
||||
|
||||
radius = radius or 2
|
||||
min_size = min_size or 0.5
|
||||
|
Reference in New Issue
Block a user