Dawn/assets/games/liminal/scenes/SceneTest.xml
2023-07-02 02:59:08 -07:00

17 lines
775 B
XML

<vnscene name="SceneTest" extend="scenes/SceneStandard">
<item ref="ronin" prefab="prefabs/RoninPrefab" />
<asset ref="baseBodyTexture" type="texture" name="texture_ronin_pose_day_body" />
<asset ref="faceTest" type="texture" name="texture_ronin_face_day_neutral" />
<asset ref="poseTexture" type="texture" name="texture_ronin_pose_day_cross" />
<events>
<set property="ronin->bodyMaterial->texture" value="&baseBodyTexture->texture" type="Texture*" />
<set property="ronin->faceMaterial->texture" value="&faceTest->texture" type="Texture*" />
<set property="ronin->poseMaterial->texture" value="&poseTexture->texture" type="Texture*" />
<text>
<string lang="en"><font style="italics">whoa</font></string>
</text>
</events>
</vnscene>