lil tweaks

This commit is contained in:
tenplus1
2024-09-15 08:38:31 +01:00
parent 5c956edfe3
commit 1a576f2bb1
5 changed files with 9 additions and 7 deletions

View File

@ -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