From 68650b1b934cc4979384b40cbd0a5dd9bbd28b6d Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 21 May 2023 15:56:21 -0700 Subject: [PATCH] About to move from STB TrueType to FreeType --- .../games/liminal/scenes/Scene1Prologue1.xml | 90 +++++++++++++++++++ .../games/vn/components/VNTextboxScroller.cpp | 1 - 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 assets/games/liminal/scenes/Scene1Prologue1.xml diff --git a/assets/games/liminal/scenes/Scene1Prologue1.xml b/assets/games/liminal/scenes/Scene1Prologue1.xml new file mode 100644 index 00000000..90da2e40 --- /dev/null +++ b/assets/games/liminal/scenes/Scene1Prologue1.xml @@ -0,0 +1,90 @@ + + + + I wake. + + + + I gasp. I close my eyes - I’m fine, I’m fine. I'm still here. Breathing. + + + + That bucket was a dream. My death was a dream. I’m not dead. + + + + (Am I?) + + + + + (...) + + + + (Aren't I?) + + + + Of course I’m not. + + + + I exhale. My feet fall to the edges of my bed. Slowly, I raise myself to stand. + + + + My fingers tremble by the edges of my leg: I curl my hand in. My nails catch on my skin. They’re sharp, pastel pink. Done for Prom Day today. + + + + + The dream didn’t happen. How could it have? Prom Day hasn’t happened yet. + + + + I'm fine. + + + + (Didn’t it happen?) + + + + (It felt so…) + + + + (Real.) + + + + I tidy the bedsheets. Pull the corners over the bed’s edges, fluff up the pillows, pat away the sweat and the residue of a scream: my parents want it pretty. + + + + It wasn’t real. I only had a visceral dream, sunken into my brain as an anchor to a sea, as a stone angel’s crumbling visage, as a bird’s descent off Devil Cradle’s cliffs. That wasn’t real. + + + + No, of course not. + + + + My calendar says May 29th. I’ve got to prepare for Prom. + + + + After all, if there is anything I will be, it is Prom Queen. + + + + I’ve been chasing this moment since the beginning of time. Today is the finale. + + + + And I am nothing if not ready. + + + + \ No newline at end of file diff --git a/src/dawn/games/vn/components/VNTextboxScroller.cpp b/src/dawn/games/vn/components/VNTextboxScroller.cpp index 48184cae..2f8e920e 100644 --- a/src/dawn/games/vn/components/VNTextboxScroller.cpp +++ b/src/dawn/games/vn/components/VNTextboxScroller.cpp @@ -49,7 +49,6 @@ void VNTextboxScroller::onStart() { this->timeCharacter = 0.0f; } } - return; }