Hello fellow FP aficionados,
Is it possible to make specific pixels of a sprite transparent or simply delete them? I am thinking of a simple entity with an animated sprite as its graphic. I would like the transparent/deleted pixel to be removed from all frames. The removed pixel may be random and can be on the edge or between other pixels. I do not use masks, I simply use hit-boxes, so it does not matter for collision detection. I would appreciate any suggestions.