'jc' Night Watch: revision
parent
da99774cd7
commit
f935fa7dcc
|
@ -34,19 +34,21 @@
|
||||||
out of her face with the other. She thinks
|
out of her face with the other. She thinks
|
||||||
<span class="quote non-speech">When did I fall asleep?</span>
|
<span class="quote non-speech">When did I fall asleep?</span>
|
||||||
Last thing she remembers, it was still bright outside.
|
Last thing she remembers, it was still bright outside.
|
||||||
<span class="quote non-speech">8 PM? No, it's June. 9 PM?</span>
|
<span class="quote non-speech">8 PM? No, it's June. 9 PM?</span><br />
|
||||||
|
<span class="comment">something has to be said here, dialog/paragraph
|
||||||
|
feels unfinished</span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Wolves howling outside get their attention. Michelle suddenly feels very
|
Wolves howling outside get their attention. Michelle suddenly feels very
|
||||||
awake. Jack grabs a gun and checks that it is loaded. Michelle grabs her
|
awake. Jack grabs a gun and checks that it is loaded. Michelle grabs her
|
||||||
bow and quiver with arrows. They walk over to the entrance and look
|
bow and quiver with arrows. They walk over to the entrance and look
|
||||||
around. It's still dark, but bright enough to see. The sky over the
|
around. It's still dark, but barely bright enough to see. The sky
|
||||||
mountain ridge to the north-east is a faint green, the rest is deep blue
|
over the mountain ridge to the north-east is a faint green, the rest is
|
||||||
and some stars are visible. A pack of wolves is down by the river,
|
deep blue and some stars are visible. A pack of wolves is down by the
|
||||||
minding their own business. The two watch the wolves for a while before
|
river, minding their own business. The two watch the wolves for a while
|
||||||
concluding they probably aren't a concern for now. Jack puts the gun
|
before concluding they probably aren't a concern for now. Jack puts
|
||||||
into the <span class="comment">holster?</span> on his belt and Michelle
|
the gun into the <span class="comment">holster?</span> on his belt and
|
||||||
lays bow and quiver down and sits next to the embers.
|
Michelle lays bow and quiver down and sits next to the embers.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
She grabs a few sticks of dry fir, needles still attached, and pushes
|
She grabs a few sticks of dry fir, needles still attached, and pushes
|
||||||
|
@ -54,4 +56,8 @@
|
||||||
flames. Jack dumps a pile of dry fir and other sticks on it and they
|
flames. Jack dumps a pile of dry fir and other sticks on it and they
|
||||||
both blow on the flames.
|
both blow on the flames.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<span class="comment">This chapter ends with Michelle sleeping next to
|
||||||
|
the fire.</span>
|
||||||
|
</p>
|
||||||
<p class="copyright">Copyright © 2023-2025 Jan Danielzick (aka. BodgeMaster) – 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>
|
<p class="copyright">Copyright © 2023-2025 Jan Danielzick (aka. BodgeMaster) – 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>
|
||||||
|
|
Loading…
Reference in New Issue