Add wood, stone, gold, pop icons

This commit is contained in:
2023-12-28 08:32:28 +01:00
parent cef1a45847
commit 5aa1e3a72b
10 changed files with 61 additions and 1 deletions

File diff suppressed because one or more lines are too long

BIN
rawAssets/16x16Large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
rawAssets/coin_02d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 KiB

After

Width:  |  Height:  |  Size: 368 KiB

View File

@@ -5478,6 +5478,46 @@
"type":"string",
"value":""
}]
},
{
"id":7424,
"properties":[
{
"name":"entity",
"type":"string",
"value":""
}],
"type":"wood"
},
{
"id":7425,
"properties":[
{
"name":"entity",
"type":"string",
"value":""
}],
"type":"stone"
},
{
"id":7426,
"properties":[
{
"name":"entity",
"type":"string",
"value":""
}],
"type":"gold"
},
{
"id":7427,
"properties":[
{
"name":"entity",
"type":"string",
"value":""
}],
"type":"pop"
}],
"tilewidth":16,
"type":"tileset",

View File

@@ -1961,6 +1961,26 @@
<property name="terrain" value=""/>
</properties>
</tile>
<tile id="7424" type="wood">
<properties>
<property name="entity" value=""/>
</properties>
</tile>
<tile id="7425" type="stone">
<properties>
<property name="entity" value=""/>
</properties>
</tile>
<tile id="7426" type="gold">
<properties>
<property name="entity" value=""/>
</properties>
</tile>
<tile id="7427" type="pop">
<properties>
<property name="entity" value=""/>
</properties>
</tile>
<wangsets>
<wangset name="paths" type="edge" tile="-1">
<wangcolor name="river" color="#0055ff" tile="-1" probability="1"/>

BIN
rawAssets/game_001.kra Normal file

Binary file not shown.

BIN
rawAssets/pop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
rawAssets/wood_01a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B