diff --git a/stories/characters.json b/stories/characters.json new file mode 100644 index 0000000..a5ec8d4 --- /dev/null +++ b/stories/characters.json @@ -0,0 +1,23 @@ +{ + "tim": { + "name": "Timothy Sharpshooter", + "gender": "", + "skin_color": "", + "eye_color": "", + "pronoun_subject": "", + "pronoun_object": "", + "pronoun_deppos": "", + "pronoun_indpos": "", + "pronoun_reflex": "", + "animation": "", + "head": "", + "hair": "", + "torso": "", + "arm": "", + "leg": "", + "hair_color": "", + "top_clothing": "", + "bottom_clothing": "", + "shoes": "" + } +} diff --git a/stories/no-characters.zip b/stories/no-characters.zip new file mode 100644 index 0000000..dd9ff21 Binary files /dev/null and b/stories/no-characters.zip differ diff --git a/stories/no-story.zip b/stories/no-story.zip new file mode 100644 index 0000000..131cadc Binary files /dev/null and b/stories/no-story.zip differ diff --git a/stories/nothing.zip b/stories/nothing.zip new file mode 100644 index 0000000..6703614 Binary files /dev/null and b/stories/nothing.zip differ diff --git a/stories/story.ha b/stories/story.ha new file mode 100644 index 0000000..a8799fb --- /dev/null +++ b/stories/story.ha @@ -0,0 +1,8 @@ +@tim says "hello world, it's a good day" +choice "choice numero uno" { + @tim says "super sad" +} +or "choice numero duo" { + @tim says "super unsad" +} +END diff --git a/stories/test.zip b/stories/test.zip new file mode 100644 index 0000000..3575183 Binary files /dev/null and b/stories/test.zip differ