Comments

Log in with itch.io to leave a comment.

hi would you ever consider making one template combining the aesthetics of the one-page with the utility of the saves and settings template? im trying to do it myself but idk coding so im just fucking it up. (please please please)

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 header tag, and without the title header section
  • 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?

I have used your template in my neotwiny submission, Very Restrained Summer Fun: https://noxether.itch.io/vrsf

Thank you for your hard work, it was SUPER USEFUL!!

Omg yay! Looking forward to play it!!

Glad it helped!!

Thank you! I hope you will enjoy it!