I have a 2d level generator that writes a randomized array, then builds a tile map from it. I want to rebuild that tile map in a viewport to use as a minimap. However, I'm not clear on if there's an ideal way to reference the array from the first node in the viewport node? nodepath doesn't seem to work (or i'm not doing it correctly)