BETA scene generator

This commit is contained in:
2023-02-05 19:15:06 -08:00
parent 2a67884dde
commit 28e7b1e079
8 changed files with 241 additions and 68 deletions

View File

@ -4,8 +4,6 @@
<include path="visualnovel/scene/SimpleVNScene.hpp" />
<include path="prefabs/characters/DeathPrefab.hpp" />
<!-- <include scene="Scene_2" /> -->
<!-- Characters -->
<character class="DeathPrefab" name="death" />
@ -13,7 +11,7 @@
<asset type="AudioAsset" name="audio_test" />
<!-- Scene -->
<scene type="SimpleVNScene" name="Scene_1" />
<scene type="SimpleVNScene" name="vnscene_1" />
<!-- Defaults -->
<!-- <default type="animation-curve">out-quad</default> -->
@ -30,7 +28,7 @@
<events>
<pause duration="0.1" />
<text character="death" emotion="happy" string="scene.1.1" />
<character-fade character="death" duration="1.0" ease="out-quad" />
<scene-transition scene="Scene_2" />
<character-fade character="death" duration="1.0" ease="out-quad" fade="in" />
<scene-transition scene="vnscene_2" />
</events>
</vnscene>