Compare commits

..

No commits in common. "91477628bd34556766507ef7a26f29ce6d6d4611" and "480547fd7d6d50786d979de802cb8a35b410009e" have entirely different histories.

3 changed files with 17 additions and 36 deletions

24
??.txt
View File

@ -1,22 +1,16 @@
For some reason, I am thinking about what happens after the end of the story.
So uhh... Here we go, I guess:
For some reason, I am thinking about what happens after the end of the story. So uhh... Here we go, I guess:
Emily wakes up. She's laying in bed, looking out of the panorama window -
what an odd déjà-vu in a world that is so different.
Annie and Michelle are sitting on the floor playing cards.
<description of a part of Nova Metropolis that has been damaged by the impact>
Emily wakes up. She's laying in bed, looking out of the panorama window - what an odd déjà-vu in a world that is so different.
Annie and Michelle are sitting on the floor playing cards. <description of a part of Nova Metropolis that has been damaged by the impact>
Michelle nods towards her, Annie turns around.
"Hey, good morning. How was your night?"
"Good morning. How was your night?"
"Awful. Everything is so heavy."
Emily pushes herself up and looks around.
She pushes herself up and looks around.
"Where are the others?"
Annie turns back to the window and points outside.
Michelle grabs a radio and talks into it:
"Jack, where are you? She's awake."
They momentarily see the glint of a mirror being held into the sunlight from
half-way up a sky scraper on the other side of the crater.
"Jack, she's awake."
Annie leans back to look out of the window. Emily looks in the same direction and momentarily sees the glint of a mirroring object being held
into the sunlight from one of the other buildings.
"What are thy doing over there?"
Annie shakes her head.
"I forgot to turn my radio off yesterday. Cue Jack waking us up just before
dawn - he heard people talking. They're taking the big radio up to that antenna
over there."
"I forgot to turn my radio off yesterday. Cue Jack waking me up just before dawn - he supposedly heard someone talking."

View File

@ -123,16 +123,9 @@
to follow. After what feels like an eternity, she manages to get half-way
down the wall.<br />
<span class="quote speech">You can jump from there.</span><br />
<span class="quote speech">Are you sure? <span class="comment">translate:
Ich trau mich nicht.</span></span><br />
<span class="quote speech">Just don&apos;t try to land standing up.
<span class="comment">Winkel&apos; Deine Knie etwas an</span> and
you&apos;ll be fine.</span><br />
Annie hesitates. She climbs down another one of the sandstone blocks.
She looks down, looks back to the wall, looks down again, and finally
pushes herself off. Annie lands <span class="comment">adverb?</span>
and Jack helps her up. They make their way across the fast-flowing river
by stepping on large stones in the water, and continue through the bushes
towards the bunker.
<span class="comment">Something interesting needs to happen here.</span>
<br />
They make their way across the fast-flowing river by stepping on large
stones in the water, and continue through the bushes towards the bunker.
</p>
<p class="copyright">Copyright &#169; 2023-2025 Jan Danielzick (aka. BodgeMaster) &ndash; All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>

View File

@ -9,23 +9,17 @@
<span class="quote non-speech">asleep or dead &mdash; she moved a tiny
bit, she&apos;s breathing &mdash; asleep, phew.</span><br />
Emily moves into a more comfortable position. Lena
<span class="comment">zuckt zusammen</span> and lifts her head, looking
disoriented for a moment.<br />
<span class="comment">schrekt hoch</span> and looks disoriented for
a moment.<br />
She says in a weak voice: <span class="quote speech">So you will
live.</span><br />
Emily sits up.<br />
<span class="quote speech">How long has it been?</span><br />
<span class="quote speech">About three days.</span><br />
<span class="quote speech">Have you slept at all?</span><br />
<span class="quote speech">Here and there a bit.</span><br />
<span class="quote speech">Here and there a little bit.</span><br />
<span class="quote speech">You need to sleep.</span><br />
<span class="quote speech">Funny you should say that... I couldn&apos;t
sleep because I was worried about you little devil.</span>
</p>
<p>
They get up and walk down the hallway towards the main control center.<br />
<span class="quote speech">While you were unconscious, I managed to get
in touch with someone on Earth. Well, they really got in touch with me.</span>
<span class="quote speech">Funny you should say that...</span>
</p>
<p class="copyright">Copyright &#169; 2023-2025 Jan Danielzick (aka. BodgeMaster) &ndash; All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>