Started object construction and parsing

Simplified some structures
Missing : Entity construction
This commit is contained in:
trotFunky 2019-06-07 02:59:27 +02:00
parent 3906ecd27b
commit a775d846d7
10 changed files with 146 additions and 5 deletions

6
resources/test_level.xml Normal file
View file

@ -0,0 +1,6 @@
<?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>