03-09-2016, 02:19 PM
(This post was last modified: 03-09-2016, 05:14 PM by Mageziya. Edited 1 time in total.
Edit Reason: blep
)
So I was poking around the in the newly opened Gooncode when I found this line in the wraith file:
That's when I realized that the wraith doesn't actually have a death animation. When I thought about it, that's also why when playing as a wraith or fighting a wraith it's never really certain when a wraith actually dies or just had their visibility timer run out and go back to being hidden.
While I cannot assure that this is either cool-ass or good, I decided to at least try at making a wraith death animation.
And now that I look at it, I realized that I've done a dumb and for once, setting the gif to transparent was actually the wrong thing to do, since the forum by default has a black background. Just right-click it and select view image to better see it.
Whatever, I like it, though the arms bother me. Nothing that I did seemed to be able to make the arms not look wrong.
Edit: I forgot to say, I'll put up the DMI if it's asked for. I mainly didn't put it up any case any changes needed to be made.
Code:
death(gibbed)
//Todo: some cool-ass effects here
While I cannot assure that this is either cool-ass or good, I decided to at least try at making a wraith death animation.
And now that I look at it, I realized that I've done a dumb and for once, setting the gif to transparent was actually the wrong thing to do, since the forum by default has a black background. Just right-click it and select view image to better see it.
Whatever, I like it, though the arms bother me. Nothing that I did seemed to be able to make the arms not look wrong.
Edit: I forgot to say, I'll put up the DMI if it's asked for. I mainly didn't put it up any case any changes needed to be made.