Prepping editor.

This commit is contained in:
2023-06-25 20:58:47 -07:00
parent 17ec6aad52
commit bf93740c20
28 changed files with 367 additions and 13 deletions

View File

@ -1,13 +1,13 @@
<prefab name="EthPrefab" extend="prefabs/EthPrefabBase" type="">
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.78236397748, 1" xy1="0.78236397748, -1" />
<SimpleTexturedMaterial ref="faceMaterial" />
</item>
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.78236397748, 1" xy1="0.78236397748, -1" />
<SimpleTexturedMaterial ref="bodyMaterial" />
</item>
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.78236397748, 1" xy1="0.78236397748, -1" />
<SimpleTexturedMaterial ref="faceMaterial" />
</item>
</prefab>

View File

@ -4,4 +4,4 @@
# https://opensource.org/licenses/MIT
tool_scene(${CMAKE_CURRENT_LIST_DIR}/SceneBase.xml)
# tool_vnscene(${CMAKE_CURRENT_LIST_DIR}/Scene1Prologue0.xml)
tool_vnscene(${CMAKE_CURRENT_LIST_DIR}/Scene1Prologue0.xml)

View File

@ -1,17 +1,19 @@
<vnscene name="Scene1Prologue" extend="scenes/SceneBase">
<asset type="texture" name="texture_eth_face_day_anger" ref="faceDayAnger" />
<asset type="texture" name="texture_eth_face_day_confused" ref="faceDayConfused" />
<asset type="texture" name="texture_eth_pose_day_back" ref="poseDayBack" />
<events>
<set property="eth->faceMaterial->texture" to="&faceDayAnger->texture" type="Texture*" />
<set property="eth->faceMaterial->texture" to="&faceDayAnger->texture" type="Texture*" />
<set property="eth->faceMaterial->texture" to="&faceDayAnger->texture" type="Texture*" />
<set property="eth->faceMaterial->texture" to="&faceDayConfused->texture" type="Texture*" />
<set property="eth->bodyMaterial->texture" to="&poseDayBack->texture" type="Texture*" />
<text>
<string lang="en"><font style="italics">There is a bucket.</font></string>
</text>
<set property="eth->faceMaterial->texture" to="&faceDayAnger->texture" type="Texture*" />
<text>
<string lang="en">It sways above your head like the mouth of a god. You are on Angelwood's best stage, and they are cheering for you, calling you their Queen, their Prom Queen.</string>
</text>

View File

@ -3,11 +3,11 @@
<Camera ref="backCamera" />
</item>
<item position="0, 0, -10">
<!-- <item position="0, 0, -10">
<MeshRenderer />
<QuadMeshHost xy0="-500, -500" xy1="500, 500" />
<SimpleTexturedMaterial color="COLOR_BLACK" />
</item>
</item> -->
<item ref="eth" prefab="prefabs/EthPrefab" />

View File

@ -3,7 +3,7 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
set(LIMINIAL_CHARACTER_SCALE 1.00)
set(LIMINIAL_CHARACTER_SCALE 0.20)
include("${CMAKE_CURRENT_LIST_DIR}/eth/CMakeLists.txt")