1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

Tweaked mob arrows

This commit is contained in:
TenPlus1
2016-10-08 10:29:32 +01:00
parent 47abff26ae
commit d2806eccf2
2 changed files with 51 additions and 19 deletions

View File

@ -189,6 +189,7 @@ This function registers a arrow for mobs with the attack type shoot.
the parameters are (self, pos, node)
'tail' when set to 1 adds a trail or tail to mob arrows
'tail_texture' texture string used for above effect
'tail_size' has size for above texture (defaults to between 5 and 10)
'on_step' is a custom function when arrow is active, nil for default.