Is using Types Faster than Arrays???
Im trying to make a new tile editor for a 2d game im working on but I have noticed that having a large amount of tiles slows blitz down alot, Im using arrays I was thinking about changin to types for the tile info, but not sure how much faster it would be..
Im trying to make a new tile editor for a 2d game im working on but I have noticed that having a large amount of tiles slows blitz down alot, Im using arrays I was thinking about changin to types for the tile info, but not sure how much faster it would be..