Hi! I am making a platform game and when the player gets hit, he will bounce backward. I looked through the code for KiwiStory but couldn't find how Kiwi jumps backward.
Can you help me?
Develop games in your browser. Powerful, performant & highly capable.
It's in ePlayer the Player Hurt function at line 38 and specifically the vector actions from platform behaviour, vector X pushes the player in a certain direction and vector Y is the jump.
Thanks! :)