Update entity assets

This commit is contained in:
2023-11-21 06:10:12 +01:00
parent 133a9740c8
commit 384a5b51f6
4 changed files with 10 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -24,5 +24,15 @@
<property name="animation" value="walk_1"/> <property name="animation" value="walk_1"/>
</properties> </properties>
</tile> </tile>
<tile id="4" type="worker">
<properties>
<property name="animation" value="walk_2"/>
</properties>
</tile>
<tile id="5" type="worker">
<properties>
<property name="animation" value="walk_3"/>
</properties>
</tile>
<tile id="64" type="axe"/> <tile id="64" type="axe"/>
</tileset> </tileset>