How to have a good looking character animation? Hello, I'm working on a 2D isometric game, and my character's animation doesn't satisfy me: The character kind of slips on the ground. The animation looks like this (with this animation file). The code is similar to this: // Moving character at south east character.pos.x += 8; // pixels character.pos.y += 4; ++character.animation.frame; Do you have any tips to improve it? Thanks https://ift.tt/eA8V8J
Hello, I'm working on a 2D isometric game, and my character's animation doesn't satisfy me: The character kind of slips on the ground. The animation looks like this (with this animation file). The code is similar to this: // Moving character at south east character.pos.x += 8; // pixels character.pos.y += 4; ++character.animation.frame; Do you have any tips to improve it? Thanks
from GameDev.net http://bit.ly/2GKHJSM
from GameDev.net http://bit.ly/2GKHJSM
ليست هناك تعليقات