Prefab Generator Refactor
This commit is contained in:
23
assets/games/liminal/scenes/scene-base.xml
Normal file
23
assets/games/liminal/scenes/scene-base.xml
Normal file
@ -0,0 +1,23 @@
|
||||
<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>
|
Reference in New Issue
Block a user