Components for ScoreScreen Added

This commit is contained in:
Tleety
2016-03-02 22:34:03 +01:00
parent 96a3e68bf4
commit 9c9d1eede6
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -57,4 +57,5 @@
<xs:include schemaLocation="Components/CapturePointGameMode.xsd"/>
<xs:include schemaLocation="Components/CapturePointArrowHUD.xsd"/>
<xs:include schemaLocation="Components/FloatingEffect.xsd"/>
<xs:include schemaLocation="Components/ScoreScreen.xsd"/>
</xs:schema>
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ScoreScreen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ScoreScreen.xsd">
</ScoreScreen>
@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:t="types">
<xs:import schemaLocation="../Types.xsd" namespace="types"/>
<xs:element name="ScoreScreen">
<xs:annotation>
<xs:documentation>The screen where player scores will be shown.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>
+1
View File
@@ -60,6 +60,7 @@
<xs:element ref="c:DoubleJump" minOccurs="0"/>
<xs:element ref="c:HealthHUD" minOccurs="0"/>
<xs:element ref="c:SpriteIndicator" minOccurs="0"/>
<xs:element ref="c:ScoreScreen" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>