I am using Arrays to store information about sprites in my game. Currently I have assigned one array per object. Would it be more efficient to store all the data into one array or does it not really matter?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Doesn't really matter :)
It doesn't really matter for C2. So just do it the way that's efficient for yourself.