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

add "hover" animation

This commit is contained in:
tenplus1
2022-04-30 12:26:36 +01:00
parent 7b429df9e9
commit 7bb5e2b382
2 changed files with 14 additions and 2 deletions

View File

@ -237,6 +237,8 @@ functions needed for the mob to work properly which contains the following:
'die_speed'
'die_loop' when set to false stops the animation looping.
'die_rotate' if true mob spins during death animation.
'hover_start" hover animation when flying/swimming and solid node below
'hover_end"
Using '_loop = false' setting will stop any of the above animations from
looping.