trotFunky
60770b5395
Rules can be created from the UI Game can be stopped/started from the UI Current level can be reset (Load from file again) Added "Game" target and main file TODO (A lot): - Unit tests - Fully functionnal UI - Win conditions - Level background - Level switching/progression - Interesting and varied rules - Multi-scale pathfinding - etc
7 lines
No EOL
271 B
XML
7 lines
No EOL
271 B
XML
<?xml version = "1.0"?>
|
|
<Level w="20" h="20" textureId="0">
|
|
<Entity x="0" y="0" type="Citizen"/>
|
|
<Entity x="0" y="10" type="Citizen"/>
|
|
<Entity x="10" y="10" type="Noble" textureId="1"/>
|
|
<Entity x="2" y="2" w="4" h="4" type="House" textureId="2"/>
|
|
</Level> |