Moving some scene files around

This commit is contained in:
2023-07-03 23:05:59 -07:00
parent ff360b9983
commit 98d284f201
18 changed files with 171 additions and 50 deletions

View File

@ -0,0 +1,8 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
tool_vnscene(${CMAKE_CURRENT_LIST_DIR}/ScenePrologue0.xml)
tool_vnscene(${CMAKE_CURRENT_LIST_DIR}/ScenePrologue1.xml)
tool_vnscene(${CMAKE_CURRENT_LIST_DIR}/ScenePrologue2.xml)

View File

@ -0,0 +1,37 @@
<vnscene name="ScenePrologue0" extend="scenes/SceneMonologue">
<events>
<text>
<string lang="en"><font style="italics">There is a bucket.</font></string>
</text>
<text>
<string lang="en"><font style="italics">It sways above your head like the mouth of a god. You are on Angelwood's best stage, and they are cheering for you, calling you their Queen, their Prom Queen.</font></string>
</text>
<text>
<string lang="en"><font style="italics">And you are dead soon.</font></string>
</text>
<text>
<string lang="en"><font style="italics">It's Prom Day. The metal bucket is swaying. Over you. Drenching your white pristine dress in guts and gore red. They aren't cheering anymore. They're gasping. But not screaming: oh, no, not in respectable Angelwood.</font></string>
</text>
<text>
<string lang="en"><font style="italics">God. You didn't think a pig's intestines could feel so cold.</font></string>
</text>
<text>
<string lang="en"><font style="italics">You are dead when the bucket falls - crushes your skull - caves you open - drenches you and drenches you, drowns you, fells you and kills, kills, kills you.</font></string>
</text>
<text>
<string lang="en"><font style="italics">And the last thing you see -</font></string>
</text>
<text>
<string lang="en"><font style="italics">Is their eyes.</font></string>
</text>
<scene-change scene="vnscenes/ScenePrologue1" />
</events>
</vnscene>

View File

@ -0,0 +1,91 @@
<vnscene name="ScenePrologue1" extend="scenes/SceneStandard">
<events>
<set property="backgroundMaterial->color" value="COLOR_BLUE" type="struct Color" />
<text>
<string lang="en"><font style="italics">I wake.</font></string>
</text>
<text>
<string lang="en"><font style="italics">I gasp. I close my eyes — I'm fine, I'm fine. I'm still here. Breathing.</font></string>
</text>
<text>
<string lang="en"><font style="italics">That bucket was a dream. My death was a dream. I'm not dead.</font></string>
</text>
<text>
<string lang="en"><font style="italics">(Am I?)</font></string>
</text>
<text>
<string lang="en"><font style="italics">(...)</font></string>
</text>
<text>
<string lang="en"><font style="italics">(Aren't I?)</font></string>
</text>
<text>
<string lang="en"><font style="italics">Of course I'm not.</font></string>
</text>
<text>
<string lang="en"><font style="italics">I exhale. My feet fall to the edges of my bed. Slowly, I raise myself to stand.</font></string>
</text>
<text>
<string lang="en"><font style="italics">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.</font></string>
</text>
<text>
<string lang="en"><font style="italics">The dream didn't happen. How could it have? Prom Day hasn't happened yet.</font></string>
</text>
<text>
<string lang="en"><font style="italics">I'm fine.</font></string>
</text>
<text>
<string lang="en"><font style="italics">(Didn't it happen?)</font></string>
</text>
<text>
<string lang="en"><font style="italics">(It felt so...)</font></string>
</text>
<text>
<string lang="en"><font style="italics">(Real.)</font></string>
</text>
<text>
<string lang="en"><font style="italics">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.</font></string>
</text>
<text>
<string lang="en"><font style="italics">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.</font></string>
</text>
<text>
<string lang="en"><font style="italics">No, of course not.</font></string>
</text>
<text>
<string lang="en"><font style="italics">My calendar says May 29th. I've got to prepare for Prom.</font></string>
</text>
<text>
<string lang="en"><font style="italics">After all, if there is anything I will be, it is Prom Queen.</font></string>
</text>
<text>
<string lang="en"><font style="italics">I've been chasing this moment since the beginning of time. Today is the finale.</font></string>
</text>
<text>
<string lang="en"><font style="italics">And I am nothing if not ready.</font></string>
</text>
<scene-change scene="vnscenes/ScenePrologue2" />
</events>
</vnscene>

View File

@ -0,0 +1,11 @@
<vnscene name="ScenePrologue2" extend="scenes/SceneStandard">
<events>
<set property="backgroundMaterial->color" value="COLOR_RED" type="struct Color" />
<text>
<string lang="en"><font style="italics">I wake.</font></string>
</text>
<scene-change scene="vnscenes/ScenePrologue2" />
</events>
</vnscene>