18 lines
626 B
XML
18 lines
626 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset version="1.10" tiledversion="1.11.0" name="objects" tilewidth="32" tileheight="32" tilecount="1" columns="0">
|
|
<grid orientation="orthogonal" width="1" height="1"/>
|
|
<tile id="1">
|
|
<properties>
|
|
<property name="animation" value="IDLE"/>
|
|
<property name="atlasAsset" value="OBJECTS"/>
|
|
<property name="speed" type="float" value="2"/>
|
|
</properties>
|
|
<image source="objects/player.png" width="32" height="32"/>
|
|
<objectgroup draworder="index" id="2">
|
|
<object id="1" x="11" y="18" width="9" height="5">
|
|
<ellipse/>
|
|
</object>
|
|
</objectgroup>
|
|
</tile>
|
|
</tileset>
|