W
Wild_West
Guest
What is the best way to go about making a small sprite and animating it with a long weapon ?
I was thinking 64x64 or 100x100 in size
I was thinking 64x64 or 100x100 in size
I did try that once inspired by the sword swipes from top down Zelda but I couldn't get the angles to look rightYou could use image_angle to rotate sprites, this lets you make really smooth attack animations without having to worry about the optimal sprite size... just make the weapon and character different sprites and move the weapon sprite around to simulate sword swings, stabs etc.