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
Doesn't really matter :)
Develop games in your browser. Powerful, performant & highly capable.
It doesn't really matter for C2. So just do it the way that's efficient for yourself.