Fixing of all the tileset-references
This commit is contained in:
parent
858220a141
commit
ec96289178
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="Chaosmentoren_Tileset" tilewidth="32" tileheight="32" tilecount="1024" columns="32">
|
||||
<image source="../Chaospatinnen_Tileset/Chaosmentoren_Tileset.png" width="1024" height="1024"/>
|
||||
<image source="Chaospatinnen_Tileset/Chaosmentoren_Tileset.png" width="1024" height="1024"/>
|
||||
<tile id="224">
|
||||
<animation>
|
||||
<frame tileid="192" duration="600"/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="floortileset" tilewidth="32" tileheight="32" tilecount="64" columns="8">
|
||||
<image source="../Other_Tilesets/floortileset.png" width="256" height="256"/>
|
||||
<image source="Other_Tilesets/floortileset.png" width="256" height="256"/>
|
||||
</tileset>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="furniture" tilewidth="32" tileheight="32" tilecount="1024" columns="16">
|
||||
<image source="../Other_Tilesets/furniture.png" width="512" height="2048"/>
|
||||
<image source="Other_Tilesets/furniture.png" width="512" height="2048"/>
|
||||
</tileset>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="mapUtilies" tilewidth="32" tileheight="32" tilecount="9" columns="9">
|
||||
<image source="../Other_Tilesets/mapUtilities.png" width="288" height="32"/>
|
||||
<image source="Other_Tilesets/mapUtilities.png" width="288" height="32"/>
|
||||
</tileset>
|
||||
|
|
2
misc.tsx
2
misc.tsx
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="misc" tilewidth="32" tileheight="32" tilecount="1024" columns="16">
|
||||
<image source="../Other_Tilesets/misc.png" width="512" height="2048"/>
|
||||
<image source="Other_Tilesets/misc.png" width="512" height="2048"/>
|
||||
</tileset>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="rc3_style_set" tilewidth="32" tileheight="32" tilecount="28" columns="4">
|
||||
<image source="../Other_Tilesets/rc3_style_set.png" width="128" height="224"/>
|
||||
<image source="Other_Tilesets/rc3_style_set.png" width="128" height="224"/>
|
||||
</tileset>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="wall" tilewidth="32" tileheight="32" tilecount="1" columns="1">
|
||||
<image source="../Chaospatinnen_Tileset/wall.png" width="32" height="32"/>
|
||||
<image source="Chaospatinnen_Tileset/wall.png" width="32" height="32"/>
|
||||
<tile id="0">
|
||||
<properties>
|
||||
<property name="collides" type="bool" value="true"/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.4" tiledversion="1.4.3" name="worldExit" tilewidth="32" tileheight="32" tilecount="4" columns="2">
|
||||
<image source="../Other_Tilesets/worldExit.png" width="64" height="64"/>
|
||||
<image source="Other_Tilesets/worldExit.png" width="64" height="64"/>
|
||||
</tileset>
|
||||
|
|
Loading…
Reference in New Issue