About to move from STB TrueType to FreeType

This commit is contained in:
2023-05-21 15:56:21 -07:00
parent 74cdc66814
commit 68650b1b93
2 changed files with 90 additions and 1 deletions

View File

@ -0,0 +1,90 @@
<vnscene name="Scene1Prologue" extend="scenes/SceneBase">
<events>
<text>
<string lang="en">I wake.</string>
</text>
<text>
<string lang="en">I gasp. I close my eyes - Im fine, Im fine. I'm still here. Breathing.</string>
</text>
<text>
<string lang="en">That bucket was a dream. My death was a dream. Im not dead.</string>
</text>
<text>
<string lang="en">(Am I?)</string>
</text>
<text>
<string lang="en">(...)</string>
</text>
<text>
<string lang="en">(Aren't I?)</string>
</text>
<text>
<string lang="en">Of course Im not.</string>
</text>
<text>
<string lang="en">I exhale. My feet fall to the edges of my bed. Slowly, I raise myself to stand.</string>
</text>
<text>
<string lang="en">My fingers tremble by the edges of my leg: I curl my hand in. My nails catch on my skin. Theyre sharp, pastel pink. Done for Prom Day today.</string>
</text>
<text>
<string lang="en">The dream didnt happen. How could it have? Prom Day hasnt happened yet. </string>
</text>
<text>
<string lang="en">I'm fine.</string>
</text>
<text>
<string lang="en">(Didnt it happen?)</string>
</text>
<text>
<string lang="en">(It felt so…)</string>
</text>
<text>
<string lang="en">(Real.)</string>
</text>
<text>
<string lang="en">I tidy the bedsheets. Pull the corners over the beds edges, fluff up the pillows, pat away the sweat and the residue of a scream: my parents want it pretty.</string>
</text>
<text>
<string lang="en">It wasnt real. I only had a visceral dream, sunken into my brain as an anchor to a sea, as a stone angels crumbling visage, as a birds descent off Devil Cradles cliffs. That wasnt real.</string>
</text>
<text>
<string lang="en">No, of course not. </string>
</text>
<text>
<string lang="en">My calendar says May 29th. Ive got to prepare for Prom.</string>
</text>
<text>
<string lang="en">After all, if there is anything I will be, it is Prom Queen.</string>
</text>
<text>
<string lang="en">Ive been chasing this moment since the beginning of time. Today is the finale. </string>
</text>
<text>
<string lang="en">And I am nothing if not ready. </string>
</text>
</events>
</vnscene>

View File

@ -49,7 +49,6 @@ void VNTextboxScroller::onStart() {
this->timeCharacter = 0.0f;
}
}
return;
}