Created
April 16, 2017 20:29
-
-
Save Efimero/bec41d822d192d26b9d0722854c3b0f8 to your computer and use it in GitHub Desktop.
Basic Twee2 template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ::config [twee2] | |
| Twee2::build_config.story_ifid = '' | |
| Twee2::build_config.story_name = "Awesome Story" | |
| Twee2::build_config.story_format = "Snowman" | |
| ::style [stylesheet] | |
| ::init [script] | |
| var s = window.story.state | |
| var merge = Object.assign | |
| merge(window, {}) | |
| ::Start [haml] | |
| %center | |
| %h2 I am gay | |
| %small by [Efi](http://efi.itch.io) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment