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
#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'>> |