So I have made my own AIS so far, and they function well. However, I would like to know how I could somehow make it so that they dont appear on top of each other when attacking. They are the same sprite so sometimes while attacking or while walking they will look like only one image when there are supposed to be two. Does anyone have any ideas on how to fix this?
Extra Info:
The guards (ais) move such that they are following the character. This is the time I want to make it so that the AIS do not look like the are the same image.
So lets say I have the number 1 then if I put another 1 on top of 1 I get a resulting image of 1. So I want to change it so that instead of 1 it will show 1 1. I cant just change the position because they would be following the hero the whole time so changing the position makes the movement of the ais very unnatural.