Initial Commit

This commit is contained in:
Mijago
2017-05-31 16:25:34 +02:00
parent a597efa091
commit de79daddf5
23 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<exhibition id="test_mijago">
<exhibit id="mijago_steam">
<title>
<dimensions width="200" height="45" />
<font size="40" />
<position x="0" y="0" z="0" />
<rotation x="0" y="0" z="0" />
<text lang="de" type="inline" value="Mijago"/>
<text lang="en" type="inline" value="Mijago"/>
<text lang="jp" type="inline" value="Mijago"/>
</title>
<description>
<text lang="de" type="file" value="text/steam/desc_de.txt"/>
<text lang="en" type="file" value="text/steam/desc_en.txt"/>
<text lang="jp" type="file" value="text/steam/desc_jp.txt"/>
</description>
<poiList>
<poi ref-id="poi_malchus_01" />
<poi ref-id="poi_helebard_01"/>
</poiList>
</exhibit>
</exhibition>

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<QCARConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="qcar_config.xsd">
<Tracking>
<ImageTarget name="mijago_steam" size="1.000000 1.000000" />
</Tracking>
</QCARConfig>