Project_Maat/resources/test_level.xml
trotFunky 46d26b6e61 Started object construction and parsing
Simplified some structures
Missing : Entity construction
2019-06-07 02:59:27 +02:00

6 lines
No EOL
189 B
XML

<?xml version = "1.0"?>
<Level w="10" h="10" textureId="0">
<Entity x="0" y="0" type="Citizen"/>
<Entity x="0" y="1" type="Citizen"/>
<Entity x="1" y="1" type="House"/>
</Level>