Scene change support
This commit is contained in:
20
assets/games/liminal/scenes/SceneMonologue.xml
Normal file
20
assets/games/liminal/scenes/SceneMonologue.xml
Normal 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>
|
Reference in New Issue
Block a user