Hello Forum:
I am making a game wherein I'm shooting at an object and I want the bullets to make holes (transparent, see through) in said object. What is the best way to accomplish this? The only manner I know how to do it is to have the object created by placing smaller pieces together (to form the object I want). Then, when I shoot the object(s) one will disappear. Which will look like a section of the overall (collection of images) is gone.However, this method will require too many images which will make my game file too large. Does anyone have a better way to do this?
Thanks