replaced with cute fantasy assets

This commit is contained in:
Quillraven
2025-05-29 22:06:40 +02:00
parent a8d0f8cf36
commit 157f10302f
167 changed files with 303 additions and 320 deletions

View File

@@ -1,36 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="18" height="16" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="4">
<tileset firstgid="1" source="tileset.tsx"/>
<tileset firstgid="99" source="objects.tsx"/>
<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="18" height="16" tilewidth="16" tileheight="16" infinite="0" nextlayerid="7" nextobjectid="5">
<tileset firstgid="1" source="objects.tsx"/>
<tileset firstgid="3" source="tileset.tsx"/>
<layer id="1" name="ground" width="18" height="16">
<data encoding="base64" compression="zlib">
eJxdk2sOhCAMhL0CElBQdt3X/a+4NZkvmfBj0gq0005rW5YlB7owArv8NZCEIrvqvsg/Aqf8Kp/3h+wr8Axcyr+Jc1iOrrg7R9M59WTl+QbegY9ihviyajp1Rq27LL0dwiaOpBj6bbrrsvukTdU5vMR340cbfHoZVkNWrjT10ezb+cg1pvfV5kHepJgii9bF+iqmGTOm92b8zJj5NntfTGefb7P8RTUC36tNZ8z+fv8LPITLZsAuVdOFGunptH7ZE3aFWWfrEc7d7tkZ9GW3mQ21kIfdpZZk+dkj8lTj8H8G7tUs2rs+8LRpVsdUu/+D6O4zJR/7Chd7wi6gJ5zd4nzHZi2HQE3ZfPRijvf3Hx87GuI=
eJylkjsPwjAMhLPwkCoeEjDBxkgzARPqBEywla2w9lfkx3OVYulkuSHA8Elt5DvH5wTn3BosDTYgfMHEOCtBEb/34KA4GpotGBjnRfR4gJZ4girW7AwN/3ezrsApam/gQlyNvp3nIubhySOQT2XocuGZ2MdnaiVL8WhA3ZOtoPegM2Vqo16Qflwvmd4Tnry7Vu2Ad+EpY6uHJpWV+LzI55e9neNsfAfr3eR6sbb8UK/f978MwUgx7qlN3W0KZop5Rv83sodpJA==
</data>
</layer>
<layer id="3" name="water" width="18" height="16">
<data encoding="base64" compression="zlib">
eJxjYBgFpABNINZFwlpkmqONxtcbROboALEGmeaoQ/VTYsYoGDkAAGtRArM=
eJxjYBgFo2AUjIKBAQAEgAAB
</data>
</layer>
<layer id="4" name="water2" width="18" height="16">
<data encoding="base64" compression="zlib">
eJxjYBgFowAV6A20A0bBiAEAc+gALw==
eJxjYBgFo2AUjIKBAQAEgAAB
</data>
</layer>
<layer id="2" name="props" width="18" height="16">
<data encoding="base64" compression="zlib">
eJyzZmBgsIRiKyQ2DFszEAcsCcjbEGmOFZQ2p9AcQu4h1l+E1FkRkIcBbO7RR8LEugebfcjmEPI3Me7BJU+sOaTIwwAtwxkELAjIk2ofuemHEY1PrXCmJP2QIo+sDlY+4GITAwB37wxQ
eJxjYBgFo2AUjIKBAQAEgAAB
</data>
</layer>
<objectgroup id="6" name="trigger">
<object id="3" x="57.4441" y="351.747" width="38.9518" height="37.378"/>
</objectgroup>
<objectgroup id="6" name="trigger"/>
<objectgroup id="5" name="objects">
<object id="1" gid="99" x="50.0586" y="458.934" width="32" height="32">
<object id="4" gid="2" x="24" y="214" width="32" height="32">
<properties>
<property name="controller" type="bool" value="true"/>
</properties>
</object>
<object id="2" gid="99" x="112.269" y="470.818" width="64" height="64"/>
</objectgroup>
</map>

View File

@@ -1,21 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.11.0" name="objects" tilewidth="64" tileheight="64" tilecount="1" columns="0">
<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="0">
<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/hero.png" width="64" height="64"/>
<objectgroup draworder="index" id="3">
<object id="2" name="collission" x="19.75" y="53.5" width="24.25" height="10.5">
<ellipse/>
</object>
<object id="3" name="interact" x="0" y="8" width="64" height="64">
<properties>
<property name="sensor" type="bool" value="true"/>
</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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -1,89 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.11.1-99-gec89c545" name="tileset" tilewidth="32" tileheight="32" spacing="4" margin="2" tilecount="98" columns="14">
<image source="tileset.png" width="512" height="256"/>
<tile id="0">
<objectgroup draworder="index" id="3">
<object id="2" x="4.25" y="5.5" width="24.25" height="23.25">
<ellipse/>
</object>
</objectgroup>
</tile>
<tile id="46">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
<animation>
<frame tileid="46" duration="250"/>
<frame tileid="47" duration="250"/>
<frame tileid="48" duration="250"/>
<frame tileid="49" duration="250"/>
<frame tileid="48" duration="250"/>
<frame tileid="47" duration="250"/>
</animation>
</tile>
<tile id="47">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="48">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="49">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="50">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="51">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="52">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="53">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="54">
<objectgroup draworder="index" id="2">
<object id="1" x="1" y="1" width="31" height="30"/>
</objectgroup>
</tile>
<tile id="55">
<objectgroup draworder="index" id="2">
<object id="1" x="1" y="1" width="31" height="30"/>
</objectgroup>
</tile>
<tile id="56">
<objectgroup draworder="index" id="2">
<object id="1" x="1" y="0" width="30" height="32"/>
</objectgroup>
</tile>
<tile id="57">
<objectgroup draworder="index" id="2">
<object id="1" x="1" y="1" width="30" height="31"/>
</objectgroup>
</tile>
<tile id="58">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="32" height="32"/>
</objectgroup>
</tile>
<tile id="59">
<objectgroup draworder="index" id="2">
<object id="1" x="3" y="0" width="29" height="32"/>
</objectgroup>
</tile>
<tileset version="1.10" tiledversion="1.11.0" name="tileset" tilewidth="16" tileheight="16" spacing="16" margin="8" tilecount="128" columns="8">
<image source="tileset.png" width="256" height="512"/>
<wangsets>
<wangset name="Unnamed Set" type="corner" tile="-1">
<wangcolor name="gras" color="#ff0000" tile="-1" probability="1"/>
<wangcolor name="dirt" color="#00ff00" tile="-1" probability="1"/>
<wangtile tileid="9" wangid="0,1,0,1,0,1,0,1"/>
<wangtile tileid="48" wangid="0,1,0,2,0,1,0,1"/>
<wangtile tileid="49" wangid="0,1,0,2,0,2,0,1"/>
<wangtile tileid="50" wangid="0,1,0,1,0,2,0,1"/>
<wangtile tileid="56" wangid="0,2,0,2,0,1,0,1"/>
<wangtile tileid="58" wangid="0,1,0,1,0,2,0,2"/>
<wangtile tileid="64" wangid="0,2,0,1,0,1,0,1"/>
<wangtile tileid="65" wangid="0,2,0,1,0,1,0,2"/>
<wangtile tileid="66" wangid="0,1,0,1,0,1,0,2"/>
<wangtile tileid="72" wangid="0,2,0,1,0,2,0,2"/>
<wangtile tileid="73" wangid="0,2,0,2,0,1,0,2"/>
<wangtile tileid="80" wangid="0,1,0,2,0,2,0,2"/>
<wangtile tileid="81" wangid="0,2,0,2,0,2,0,1"/>
<wangtile tileid="99" wangid="0,2,0,2,0,2,0,2"/>
<wangtile tileid="121" wangid="0,1,0,1,0,1,0,1"/>
</wangset>
</wangsets>
</tileset>