Hello.
I've been hard at work creating a dungeon-crawler type game and thanks to help from here I am making good progress. I am coming to a point where I am beginning to put all the pieces together and need advice.
I have a dungeon and in this dungeon are doors. The doors are separate scenes that are instanced into the correct places in the dungeon. I think this is the correct way to do it and it seems to work just fine.
Each door is locked and you need to complete a small puzzle in order to open it. I have created the puzzle in yet another scene which is then instanced from the door scene. The puzzle is essentially a scene within a scene. Once you complete the puzzle it sends a signal to the door scene and it opens. So far so good.
My problem is that I want the minigame to appear in the center of the screen yet I can't for the life of me work out how. I can center it on the door, no problem but I cannot seem to figure out how to position it in relation to the screen rather than the door.
So, I have two main questions: First is the scene-within-a-scene the normal way of doing this sort of thing and second, how can I position the minigame sub-scene in the center of the screen?!
