Better default values and documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<Text xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Text.xsd">
|
||||
<Content></Content>
|
||||
<Resource></Resource>
|
||||
<Content>Text</Content>
|
||||
<Resource>Fonts/DroidSans.ttf</Resource>
|
||||
<Color R="1" G="1" B="1" A="1"/>
|
||||
<Visible>true</Visible>
|
||||
</Text>
|
||||
@@ -13,7 +13,7 @@
|
||||
<xs:annotation><xs:documentation>the content of the string printed</xs:documentation></xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Resource" type="t:string" minOccurs="0">
|
||||
<xs:annotation><xs:documentation>font file</xs:documentation></xs:annotation>
|
||||
<xs:annotation><xs:documentation>The asset file, font resolution, example: Fonts/font.ttf,16</xs:documentation></xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Color" type="t:Color" minOccurs="0">
|
||||
<xs:annotation><xs:documentation>Color</xs:documentation></xs:annotation>
|
||||
|
||||
Reference in New Issue
Block a user