Skip to content

Instantly share code, notes, and snippets.

@Efimero
Created April 16, 2017 20:29
Show Gist options
  • Select an option

  • Save Efimero/bec41d822d192d26b9d0722854c3b0f8 to your computer and use it in GitHub Desktop.

Select an option

Save Efimero/bec41d822d192d26b9d0722854c3b0f8 to your computer and use it in GitHub Desktop.
Basic Twee2 template
::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