Started object construction and parsing
Simplified some structures Missing : Entity construction
This commit is contained in:
parent
3906ecd27b
commit
a775d846d7
10 changed files with 146 additions and 5 deletions
6
resources/test_level.xml
Normal file
6
resources/test_level.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue