Death animation doesn't play bug V2024.11 #83
-
|
Okay so, I've tested both release and latest versions and for some reason, when player dies(can be any character), their animation doesn't play, so they stay on current animation while falling |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Drowning works just fine tho |
Beta Was this translation helpful? Give feedback.
-
|
Oopsie! There is a missing I'll push a fix to the repository but won't update the release, simply gonna add a note instead. Thanks for letting me know! |
Beta Was this translation helpful? Give feedback.
Oopsie! There is a missing
scr_player_animate()call in thePLAYER_STATE_DEATHcase of the player's state machine. Simply call it to fix the issue:I'll push a fix to the repository but won't update the release, simply gonna add a note instead. Thanks for letting me know!