Dawn/assets/games/liminal/scenes/scene-base.xml

23 lines
570 B
XML

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