23 lines
544 B
XML
23 lines
544 B
XML
<scene name="SceneBase">
|
|
<item ref="eth" prefab="preafbs/characters/EthPrefab" />
|
|
|
|
<item ref="camNew">
|
|
<Camera fov="0.436332" />
|
|
<CameraTexture />
|
|
</item>
|
|
|
|
<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_PERCENTAGE"
|
|
alignY="UI_COMPONENT_ALIGN_STRETCH"
|
|
ref="image"
|
|
/>
|
|
</item>
|
|
</item>
|
|
</scene> |