How do I…
How do I optimize my game to use weapon and tool sprites for their appropriate use without adding a bunch of individual sprites? Right now I use a collision object with a variable IS_WOOD or IS_ORE and depending on that it will choose the appropriate animation. How do I add ALL the animations for the tool without having to make individual sprites for each and every one?