summaryrefslogtreecommitdiff
path: root/demo.stage
diff options
context:
space:
mode:
Diffstat (limited to 'demo.stage')
-rw-r--r--demo.stage6
1 files changed, 4 insertions, 2 deletions
diff --git a/demo.stage b/demo.stage
index 852deee..5a3fe2e 100644
--- a/demo.stage
+++ b/demo.stage
@@ -118,9 +118,10 @@ situation <<beachEast>>
118 } 118 }
119 enter 119 enter
120 { 120 {
121 display('''You're standing on a narrow stretch of beach.[break] The ocean 121 display('''You're standing on a narrow stretch of beach. The ocean
122 sparkles to the north, there's a cliff face just to the south. The 122 sparkles to the north, there's a cliff face just to the south. The
123 beach extends [green>westward<green]. To the east are some jagged rocks.'''); 123 beach extends [green>westward<green]. To the east are some jagged
124 rocks.''');
124 } 125 }
125} 126}
126 127
@@ -136,6 +137,7 @@ situation <<beachCenter>>
136 } 137 }
137 enter 138 enter
138 { 139 {
140
139 } 141 }
140} 142}
141 143