Add particles!

This commit is contained in:
2024-01-29 20:01:36 +01:00
parent a633c9cbdf
commit df581dcb9d
14 changed files with 354 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

After

Width:  |  Height:  |  Size: 441 KiB

View File

@@ -2411,6 +2411,36 @@
"value":""
}]
},
{
"id":1559,
"properties":[
{
"name":"particle",
"type":"string",
"value":""
}],
"type":"square"
},
{
"id":1560,
"properties":[
{
"name":"particle",
"type":"string",
"value":""
}],
"type":"circle"
},
{
"id":1561,
"properties":[
{
"name":"particle",
"type":"string",
"value":""
}],
"type":"small_square"
},
{
"animation":[
{

View File

@@ -1108,6 +1108,21 @@
<property name="terrain" value=""/>
</properties>
</tile>
<tile id="1559" type="square">
<properties>
<property name="particle" value=""/>
</properties>
</tile>
<tile id="1560" type="circle">
<properties>
<property name="particle" value=""/>
</properties>
</tile>
<tile id="1561" type="small_square">
<properties>
<property name="particle" value=""/>
</properties>
</tile>
<tile id="1563" type="mage">
<properties>
<property name="animation" value="idle"/>

Binary file not shown.