Added template entity "Empty.xml" for use as root entity when creating a new map.

This commit is contained in:
2016-01-11 16:40:26 +01:00
parent 4a516a4d86
commit 2a5e0420c8
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd" xmlns:c="components">
<Components>
<c:Transform/>
</Components>
</Entity>