Merge branch 'main' of ssh://git@lufta/ebooks/spellblade
This commit is contained in:
commit
05042226b7
1
LICENSE
Normal file
1
LICENSE
Normal file
@ -0,0 +1 @@
|
||||
Copyright Christine Dodrill <me@christine.website> 2021, All rights reserved.
|
@ -5,12 +5,15 @@
|
||||
<p><i>This book is dedicated to all of those that need a ray of hope in these
|
||||
trying times.</i></p>
|
||||
|
||||
Copyright 2021 Christine Dodrill. All rights reserved.
|
||||
|
||||
This book is a Within Studios publication. Find out more at
|
||||
https://withinstudios.itch.io
|
||||
|
||||
This book is a work of fiction, Names, characters, business, events and
|
||||
incidents are the products of the author’s imagination. Any resemblance to
|
||||
actual persons, living or dead, or actual events is purely coincidental.
|
||||
|
||||
However, the topics that the author alludes to are entirely real and serious
|
||||
problems that require deep thought and consideration.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
\pagebreak
|
||||
|
||||
Alicia scanned across the clearing. Her cat eyes darted across the field, her
|
||||
ears focused forward and ready for victory. The battlefield was a wide open
|
||||
grassy field without any good spots to take cover. Her team was losing. Badly.
|
||||
|
5
src/chapter-1/scene-3.md
Normal file
5
src/chapter-1/scene-3.md
Normal file
@ -0,0 +1,5 @@
|
||||
\pagebreak
|
||||
|
||||
TODO(Mai): Meal hall, Red team talking about the event. Puri noticed the glowing
|
||||
hand and mentions it inquisitively. Contrive a reason away from it using glare
|
||||
or something.
|
@ -9,16 +9,6 @@ wordcount = {
|
||||
if el.text:match("%P") then
|
||||
words = words + 1
|
||||
end
|
||||
end,
|
||||
|
||||
Code = function(el)
|
||||
_,n = el.text:gsub("%S+","")
|
||||
words = words + n
|
||||
end,
|
||||
|
||||
CodeBlock = function(el)
|
||||
_,n = el.text:gsub("%S+","")
|
||||
words = words + n
|
||||
end
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user