Skip to content

Instantly share code, notes, and snippets.

View houdinii's full-sized avatar
🐍
Python Rules!

Brian Barnes Jr. houdinii

🐍
Python Rules!
View GitHub Profile
@houdinii
houdinii / including-speech-dialog-boxes.tw
Last active September 28, 2020 00:24
Including Speech Dialog Boxes
#twine
/* Ensure that bundle.js and bundle.css are included in the project. The contents should be copied into the global script and css files respectively. */
:: StoryInit
/* creating characters and associating them with images (goes in StoryInit) */
<<character 'bob' './assets/images/bob.jpg'>>
<<character 'james' './assets/images/james.jpg'>>
<<character 'brian' './assets/images/brian.jpg'>>