mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix RevealFact in text schema
This commit is contained in:
parent
98718b6cf6
commit
e7c97686b1
@ -80,7 +80,7 @@
|
|||||||
</xs:documentation>
|
</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="RevealFacts" type="RevealFacts" minOccurs="0">
|
<xs:element name="RevealFact" type="RevealFact" minOccurs="0">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>
|
<xs:documentation>
|
||||||
Facts to reveal when the player goes through this dialogue node
|
Facts to reveal when the player goes through this dialogue node
|
||||||
@ -91,7 +91,7 @@
|
|||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
<!-- Reveal Facts Info -->
|
<!-- Reveal Facts Info -->
|
||||||
<xs:complexType name="RevealFacts">
|
<xs:complexType name="RevealFact">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="FactID" type="xs:string">
|
<xs:element name="FactID" type="xs:string">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
@ -109,4 +109,4 @@
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user