Project_Maat/resources/test_level.xml
Teo-CD 08e922b0d4 First implementation of rules
TODO :
 - Fix target as getter (currently broken because of inheritance by rules)
 - Smart pointers for entity store ?
2019-06-09 23:26:46 +02:00

7 lines
No EOL
276 B
XML

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