From 2ff1bb309e2c88ecdc35f671924dc91c568b132d Mon Sep 17 00:00:00 2001 From: Jigme Datse Yli-Rasku Date: Fri, 11 Oct 2024 19:00:20 -0700 Subject: [PATCH] Twee source code This is the twee source code. --- twee/Start.twee | 16 ++++++++++++++++ twee/StoryTitle.twee | 2 ++ twee/storydata.twee | 8 ++++++++ 3 files changed, 26 insertions(+) create mode 100644 twee/Start.twee create mode 100644 twee/StoryTitle.twee create mode 100644 twee/storydata.twee diff --git a/twee/Start.twee b/twee/Start.twee new file mode 100644 index 0000000..dbe41ec --- /dev/null +++ b/twee/Start.twee @@ -0,0 +1,16 @@ +:: Start +# This is the start Passage +## This really shouldn't be here + +There are some different ways that I've looked at that seem to work. + +* [[Email]] +* [[Web Link]] + +:: Email + +This should have info about using email links. + +:: Web Link + +This should have info about using web links. \ No newline at end of file diff --git a/twee/StoryTitle.twee b/twee/StoryTitle.twee new file mode 100644 index 0000000..345e920 --- /dev/null +++ b/twee/StoryTitle.twee @@ -0,0 +1,2 @@ +:: StoryTitle +Feedback Story Test Suite \ No newline at end of file diff --git a/twee/storydata.twee b/twee/storydata.twee new file mode 100644 index 0000000..486479a --- /dev/null +++ b/twee/storydata.twee @@ -0,0 +1,8 @@ +:: StoryData +{ + "ifid": "ADD0C2CE-187E-468C-9A8C-B7C43A7E9520", + "format": "harlowe", + "format-version": "3.1.0", + "start": "Start", + "zoom": 1 +} \ No newline at end of file