Quite possibly, but at least the idea of map data seems easy enough… Like imagine we have 50 different tiles available to our in-game editor for placing and the map size of like 500x500 tiles… Why map data couldn’t be just a matrix of 500x500 integers ranging from 0-49 (possible tile pieces…) ? But just asking, because I never tried manipulating map data…