mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'master' into supernova2
This commit is contained in:
commit
15a312a1e4
@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Dialogue Tree -->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<!-- Empty Type -->
|
||||
<xs:complexType name="empty"/>
|
||||
|
||||
<!-- Dialogue Tree Info -->
|
||||
<xs:element name="DialogueTree">
|
||||
<xs:complexType>
|
||||
@ -42,7 +45,14 @@
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Dialogue" type="Dialogue">
|
||||
<xs:element name="Randomize" type="empty" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
When used with multiple Dialogues, the node will choose a random one to show
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Dialogue" type="Dialogue" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The dialogue to show to the player
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user