Entities are now constructable

Added utility function to display error window
Added textures
Added font
Added a way to choose resources location
This commit is contained in:
Teo-CD 2019-06-07 22:20:34 +02:00
parent 46d26b6e61
commit 3666b9e7e9
17 changed files with 155 additions and 39 deletions

BIN
resources/Building.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

BIN
resources/Head_Boy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

View file

@ -2,5 +2,6 @@
<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"/>
<Entity x="10" y="10" type="Significant" textureId="1"/>
<Entity x="1" y="1" w="8" h="8" type="House" textureId="2"/>
</Level>

BIN
resources/verdana.ttf Normal file

Binary file not shown.