Redid the VN Scene Parser
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 789 KiB |
Binary file not shown.
@ -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>
|
Reference in New Issue
Block a user