Added first UI elements
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
This commit is contained in:
parent
a1bc8058c2
commit
6b5a28e682
16 changed files with 260 additions and 29 deletions
5
resources/level1.xml
Normal file
5
resources/level1.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version = "1.0"?>
|
||||
<Level w="20" h="20" textureId="0">
|
||||
<Entity x="5" y="5" type="Citizen"/>
|
||||
<Entity x="10" y="5" type="Noble" textureId="1"/>
|
||||
</Level>
|
Loading…
Add table
Add a link
Reference in a new issue