Marker progress

This commit is contained in:
2023-04-25 18:22:55 -07:00
parent a231b14df4
commit 88f4c5684a
9 changed files with 103 additions and 3 deletions

View File

@ -18,6 +18,8 @@
</text>
<!-- Fade in craig -->
<marker name="craigCool" />
<set property="cube->material->color.a" to="255" duration="1" curve="easeOut" type="uint8_t" />
<text character="craig">
<string lang="en">Hi, I'm Craig.</string>
@ -37,7 +39,6 @@
<set property="cube->material->color.a" to="255" duration="1" curve="easeOut" type="uint8_t" />
<!-- Here I am creating a marker -->
<marker name="craigCool" />
<goto-marker name="craigCool" />
</events>
</vnscene>