Godot Version
4.4.1.rc1
Question
Hello,
I am relatively new to Godot but I have 20+ years of non-game programming experience. I am trying to make an in-game map so that when the player presses the ‘M’ key, a screen pops up with a scaled down version of the TileMapLayer the player is currently on. It is hard to search for anything ‘Map’ related because I get tile map or mini-map but nothing about what I am trying to do. I eventually want to add auto-discovery to the map but I think I can figure that out. I just can’t figure out the a node hierarchy for a scene to show a scaled down map of the entire level the player is on.
Any suggestions are greatly appreciated! Thank you.