Scene change support

This commit is contained in:
2023-06-30 07:33:22 -07:00
parent 282d999603
commit 29048234a7
32 changed files with 236 additions and 135 deletions

View File

@ -0,0 +1,20 @@
<scene name="SceneMonologue">
<item position="0, 0, -10">
<MeshRenderer />
<QuadMeshHost xy0="-500000, -500000" xy1="500000, 500000" />
<SimpleTexturedMaterial color="COLOR_BLACK" />
</item>
<item lookAt="0, 0.65, 1.8, 0, .65, 0">
<Camera ref="camera" fov="0.610865" />
</item>
<item>
<UICanvas ref="canvas" camera="camera" />
<item ref="textbox" prefab="prefabs/VNTextboxMonologue" />
</item>
<item ref="vnItem">
<VNManager ref="vnManager" />
</item>
</scene>