Currently I have a TCube
array
CreateCube : array[1..1000] of tcube;
Currently using them as a map so you might have 30 cubes wide, 20 cubes high, thus making a big grid. But 1000 cubes is not really enough for what I need, I need more like 10,000 cubes.
Is having an array this size going to cause issues down the road? Any other options?