Redid the VN Scene Parser

This commit is contained in:
2023-02-12 21:38:12 -08:00
parent 36926b3e59
commit 13eca65974
35 changed files with 953 additions and 519 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 789 KiB

Binary file not shown.

View File

@ -11,7 +11,7 @@
<asset type="AudioAsset" name="audio_test" />
<!-- Scene -->
<scene type="SimpleVNScene" name="vnscene_1" />
<scene type="SimpleVNScene" name="Scene_1" />
<!-- Defaults -->
<!-- <default type="animation-curve">out-quad</default> -->
@ -26,9 +26,18 @@
-->
<events>
<!-- Start Invisible -->
<character-fade character="death" duration="0" fade="out" />
<pause duration="0.1" />
<text character="death" emotion="happy" string="scene.1.1" />
<text character="death" emotion="happy">
<string lang="en">
Hello World English
</string>
<string lang="jp">
Hello Japanese
</string>
</text>
<character-fade character="death" duration="1.0" ease="out-quad" fade="in" />
<scene-transition scene="vnscene_2" />
<!-- <scene-transition scene="vnscene_2" /> -->
</events>
</vnscene>