Hey, I have a question. On every server my background got grey and I have no blue gradient anymore. The game looks so sad. Have anyone an idea how I get it back?(edited)
ok i'd just do it like this:
aim at the center of all textures individually
and then move them like the idle anim is done
so move body 4/64 up
move feets 7/64 down
left feet -10/64 left
other +10/64
move down the feet 10/64 from where? from the middle wouldn't move them down enough by far.
Also do you have the values for the eyes, or could you tell me where to get those magical values? ^^
move down the feet 10/64 from where? from the middle wouldn't move them down enough by far.
Also do you have the values for the eyes, or could you tell me where to get those magical values? ^^
lets say your "quad" is 96 x 96 pixels, just like body
then your body moves from the mid of that quad 4 * (96/64) up
your feet's center also start at the center of the quad, so you move the center of the feet, that is aligned to the center of the quad 10 * (96/64) down
16:04
at the start all sub images are at the mid
16:04
the centers are all on one place basically
16:05
thats also why the scaling doesnt matter, it scales into all directions evenly
16:05
so the feet on my image is 1.5x the size in all dirs from the center