Resize spritesheet?
Saturday, January 10, 2015 - 01:27
My game is currently setup to use all 64x64 frames and for the most part the LPC entries I have been testing with follow this format but I have come across some weapons like [link]https://github.com/jrconway3/Universal-LPC-spritesheet/blob/master/weapo... that I would like to try but the size of the frames are too large, I thought I could simply resize the entire image to 512x256 but that doesnt seem to work too well, are there any imaging tools out there that can resize these frames individually? If not I guess I can do it by hand. Thanks