I have question, which is best way to do?
Let say i have 100 tiles, is it best to put the tiles in frames or as a single sprite object?
frames like, frame 0 is a water tile, frame 1 is a grass tile, etc.
single sprite object like 100 different objects, one object is a water tile another one is a grass tile, etc.
It best to put tiles in frames? to avoid having many objects.