最终整理版

This commit is contained in:
2026-06-03 17:04:06 +08:00
commit 959055ce90
1240 changed files with 80570 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

+127
View File
@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.1" name="Collisions" tilewidth="16" tileheight="16" tilecount="20" columns="4">
<image source="collision.png" width="64" height="80"/>
<tile id="0">
<objectgroup draworder="index" id="2">
<object id="1" x="8" y="0" width="8" height="16"/>
</objectgroup>
</tile>
<tile id="1">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="8" height="16"/>
</objectgroup>
</tile>
<tile id="2">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="8" width="16" height="8"/>
</objectgroup>
</tile>
<tile id="3">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="16" height="8"/>
</objectgroup>
</tile>
<tile id="5">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="16" height="16"/>
</objectgroup>
</tile>
<tile id="6">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="16">
<polyline points="0,0 16,-16 16,0 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="7">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0">
<polyline points="0,0 16,16 0,16 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="8">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0">
<polyline points="0,0 16,0 16,8 8,16 0,16 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="9">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0">
<polyline points="0,0 16,0 16,16 8,16 0,8 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="10">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0">
<polygon points="0,0 16,16 16,0"/>
</object>
</objectgroup>
</tile>
<tile id="11">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="16">
<polyline points="0,0 16,-16 0,-16 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="12">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0">
<polyline points="0,0 8,0 16,8 16,16 0,16 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="13">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="8">
<polygon points="0,0 8,-8 16,-8 16,8 0,8"/>
</object>
</objectgroup>
</tile>
<tile id="14">
<objectgroup draworder="index" id="2">
<object id="1" x="8" y="16">
<polyline points="0,0 8,-8 8,0 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="15">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="8">
<polygon points="0,0 8,8 0,8"/>
</object>
</objectgroup>
</tile>
<tile id="16">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0">
<polyline points="0,0 8,0 16,8 16,16 8,16 0,8 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="17">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="8">
<polygon points="0,0 8,-8 16,-8 16,0 8,8 0,8"/>
</object>
</objectgroup>
</tile>
<tile id="18">
<objectgroup draworder="index" id="2">
<object id="1" x="8" y="0">
<polyline points="0,0 8,8 8,0 0,0"/>
</object>
</objectgroup>
</tile>
<tile id="19">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="8">
<polyline points="0,0 8,-8 0,-8 0,0"/>
</object>
</objectgroup>
</tile>
</tileset>
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.1" name="Grass" tilewidth="16" tileheight="16" tilecount="256" columns="16">
<image source="grass.png" width="256" height="256"/>
</tileset>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.1" name="House" tilewidth="16" tileheight="16" tilecount="90" columns="10">
<image source="houses.png" width="160" height="144"/>
</tileset>
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB