skycoin / cx-game

Game Prototype
7 stars 15 forks source link

Fix Slime behavior and animations #419

Open Luis-Tavares opened 3 years ago

Luis-Tavares commented 3 years ago

Currently, the Slime is constantly jumping, but its actual behavior should be:

Luis-Tavares commented 3 years ago

If you prefer, I can change the Jump animation to multiple animations so we can have better control of the timing. For example, Rising, Falling, and Collide animations instead of Jump.

herux commented 3 years ago

yes, that's better

Luis-Tavares commented 3 years ago

I've updated the animations. Now, instead of a single jump animation, there are 3:

PS: Those aren't looped animations, so it must play only once and stays on the last frame until the next animation plays.