Hiya
I’m currently not planning on releasing combined template as of now. However, with a bit of copy-pasting, it should be doable to combine them both.
Starting from the One-Page template, in the [Menu] passage, add the following code from the Settings template’s [Footer-Menu] passage:
- between
[<tw-footer>{and}</tw-footer>] - all of the code after
}</tw-footer>]
You will also need to create the following passages in your project:
- the Settings template’s [Header], with the
headertag, and without thetitle headersection - the Settings template’s [SAVELOADSYSTEM] and [SETTINGSSYSTEM] passages (and Credits if you’re keeping that)
And copy the relevant JavaScript and StyleSheet sections from Settings template:
- JavaScript settings at the minimum, and the Saves Import/Export if you’re implementing that
- StyleSheet for the Popups and Settings
Hope this helps a bit?