First start on the world

This commit is contained in:
azriel423 2020-12-20 20:27:58 +01:00
parent 298aec33e2
commit dd71e2ed30
9 changed files with 157 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,4 @@
<?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"/>
</tileset>

File diff suppressed because one or more lines are too long

4
World/floortileset.tsx Normal file
View File

@ -0,0 +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"/>
</tileset>

4
World/furniture.tsx Normal file
View File

@ -0,0 +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"/>
</tileset>

4
World/mapUtilies.tsx Normal file
View File

@ -0,0 +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"/>
</tileset>

4
World/misc.tsx Normal file
View File

@ -0,0 +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"/>
</tileset>

4
World/misc_set.tsx Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.4" tiledversion="1.4.3" name="misc_set" tilewidth="32" tileheight="32" tilecount="52" columns="2">
<image source="../Other_Tilesets/misc_set.png" width="64" height="832"/>
</tileset>

4
World/rc3_style_set.tsx Normal file
View File

@ -0,0 +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"/>
</tileset>