Added ave and craig
This commit is contained in:
18
assets/games/liminal/scenes/test/TestRonin.xml
Normal file
18
assets/games/liminal/scenes/test/TestRonin.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<vnscene name="TestRonin" extend="scenes/SceneStandard">
|
||||
<item ref="ronin" prefab="prefabs/RoninPrefab" />
|
||||
<asset type="texture" name="texture_ronin_face_day_furious" ref="roninFaceNeutral" />
|
||||
<asset type="texture" name="texture_ronin_pose_day_cross" ref="roninPoseCross" />
|
||||
<asset type="texture" name="texture_ronin_pose_day_body" ref="roninBody" />
|
||||
|
||||
<events>
|
||||
<set-font font="font_main" style="italics" size="32" />
|
||||
|
||||
<set property="ronin->faceMaterial->texture" type="Texture*" value="&roninFaceNeutral->texture" />
|
||||
<set property="ronin->poseMaterial->texture" type="Texture*" value="&roninPoseCross->texture" />
|
||||
<set property="ronin->bodyMaterial->texture" type="Texture*" value="&roninBody->texture" />
|
||||
|
||||
<text>
|
||||
<string lang="en"><font style="italics">TEST SCENE.</font></string>
|
||||
</text>
|
||||
</events>
|
||||
</vnscene>
|
Reference in New Issue
Block a user