Moving some scene files around
This commit is contained in:
@ -1,19 +1,26 @@
|
||||
<scene name="SceneMonologue">
|
||||
<!-- Background -->
|
||||
<item position="0, 0, -10">
|
||||
<MeshRenderer />
|
||||
<QuadMeshHost xy0="-500000, -500000" xy1="500000, 500000" />
|
||||
<SimpleTexturedMaterial color="COLOR_BLACK" />
|
||||
<SimpleTexturedMaterial ref="backgroundMaterial" color="COLOR_BLACK" />
|
||||
</item>
|
||||
|
||||
|
||||
<!-- VN Scene Camera -->
|
||||
<item lookAt="0, 0.65, 1.8, 0, .65, 0">
|
||||
<Camera ref="camera" fov="0.610865" />
|
||||
</item>
|
||||
|
||||
<!-- UI -->
|
||||
<item>
|
||||
<!-- Canvas -->
|
||||
<UICanvas ref="canvas" camera="camera" />
|
||||
|
||||
<!-- Textbox -->
|
||||
<item ref="textbox" prefab="prefabs/VNTextboxMonologue" />
|
||||
</item>
|
||||
|
||||
<!-- VN Manager -->
|
||||
<item ref="vnItem">
|
||||
<VNManager ref="vnManager" />
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user