I'm working on a movement library that will also include various projectile options, and I'm running into a bit of an issue using the following code.
mob |
It gets created and works fine, but the main problem lies in the difficulty I am having trying to find a way to make the bullet (which is 3x3) come out the center my characters icon (which is 8x8, and has a step_size of 4). Currently, it comes from the (0,0) marker in each tile of 32.
Ideas?