I'm making a minimap for my game. There is a minimap frame object in my minimap layer, as well as a minimap tilemap that has the "image" of the map, and a minimap fog object that hides parts of the map that haven't been visited yet. I set the tilemap to source atop so I can scroll it around and it only shows inside the minimap in the UI. Now I want the fog object to hide the tilemap, but if I use, say, destination out, it also hides the minimap frame. Any solutions?