Added a great scene generator

This commit is contained in:
2023-05-16 20:37:41 -07:00
parent bce6dbffa6
commit 5ce7950945
13 changed files with 139 additions and 24 deletions

View File

@ -1,12 +1,12 @@
<scene name="SceneBase">
<item ref="eth" prefab="preafbs/characters/EthPrefab" />
<item ref="camNew">
<Camera fov="0.436332" />
<CameraTexture />
<scene name="TestScene">
<item position="0, 0, -10" >
<Camera fov="0.436332" ref="camNew" />
<!-- <CameraTexture /> -->
</item>
<item ref="canvasItem">
<item ref="eth" prefab="prefabs/EthPrefab" />
<!-- <item ref="canvasItem">
<UICanvas ref="canvas" />
<item ref="textbox" prefab="prefabs/VNTextbox" />
@ -14,10 +14,10 @@
<UIImage
alignment="0, 0, 50, 0"
alignX="UI_COMPONENT_ALIGN_START"
alignUnitRight="UI_COMPONENT_ALIGN_UNIT_PERCENTAGE"
alignUnitRight="UI_COMPONENT_ALIGN_UNIT_PERCENT"
alignY="UI_COMPONENT_ALIGN_STRETCH"
ref="image"
/>
</item>
</item>
</item> -->
</scene>