+You can do whatever you want in this method (even nothing, you can leave it empty in that case), for example creating your prompts, UI elements and any initialization you desire. You can also keep the parameters in fields so you can use it later, `centerPromptList` and `upperRightPromptList` are the prompt lists that are already used in vanilla to add some prompts in different positions, and you can use `oneShotSource` to play sounds. Note that the `upperRightPromptList` isn't actually the same object used by the vanilla modes, since Outer Wilds Patch 14, both vanilla modes use different separate prompt lists for that, but located at the same corner. The `upperRightPromptList` that this mod provides is created by it and it is shared by all custom modes.
0 commit comments