Added ave and craig
This commit is contained in:
16
assets/games/liminal/scenes/test/TestEth.xml
Normal file
16
assets/games/liminal/scenes/test/TestEth.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<vnscene name="TestEth" extend="scenes/SceneStandard">
|
||||
<item ref="eth" prefab="prefabs/EthPrefab" />
|
||||
<asset type="texture" name="texture_eth_face_day_anger" ref="ethFaceNeutral" />
|
||||
<asset type="texture" name="texture_eth_pose_day_cross" ref="ethPoseCross" />
|
||||
|
||||
<events>
|
||||
<set-font font="font_main" style="italics" size="32" />
|
||||
|
||||
<set property="eth->faceMaterial->texture" type="Texture*" value="ðFaceNeutral->texture" />
|
||||
<set property="eth->poseMaterial->texture" type="Texture*" value="ðPoseCross->texture" />
|
||||
|
||||
<text>
|
||||
<string lang="en"><font style="italics">TEST SCENE.</font></string>
|
||||
</text>
|
||||
</events>
|
||||
</vnscene>
|
Reference in New Issue
Block a user