extract tliesets (sets must be still embedded)
This commit is contained in:
parent
49ff8105bc
commit
89235dc0cc
7 changed files with 62 additions and 0 deletions
7
tilesets_to_embed/dungeon.tsx
Normal file
7
tilesets_to_embed/dungeon.tsx
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<tileset version="1.4" tiledversion="1.4.3" name="dungeon" tilewidth="32" tileheight="32" tilecount="100" columns="10">
|
||||||
|
<properties>
|
||||||
|
<property name="tilesetCopyright" value="CC-BY https://git.it-syndikat.org/IT-Syndikat/rc3-its-assembly-2021.git"/>
|
||||||
|
</properties>
|
||||||
|
<image source="dungeon.png" width="320" height="320"/>
|
||||||
|
</tileset>
|
7
tilesets_to_embed/floortiles.tsx
Normal file
7
tilesets_to_embed/floortiles.tsx
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<tileset version="1.4" tiledversion="1.4.3" name="floortiles" tilewidth="32" tileheight="32" tilecount="256" columns="16">
|
||||||
|
<properties>
|
||||||
|
<property name="tilesetCopyright" value="CC-BY-SA 3.0 https://www.deviantart.com/3lv3n/art/Grass-and-dungeon-floor-tile-map-with-some-snow-700702945"/>
|
||||||
|
</properties>
|
||||||
|
<image source="floortiles.png" width="512" height="512"/>
|
||||||
|
</tileset>
|
7
tilesets_to_embed/food_and_drinks.tsx
Normal file
7
tilesets_to_embed/food_and_drinks.tsx
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<tileset version="1.4" tiledversion="1.4.3" name="food_and_drinks" tilewidth="32" tileheight="32" tilecount="1024" columns="16">
|
||||||
|
<properties>
|
||||||
|
<property name="tilesetCopyright" value="CC-BY-SA https://github.com/c3CERT/rc3_tiles.git"/>
|
||||||
|
</properties>
|
||||||
|
<image source="community_content/cert/food_and_drinks.png" width="512" height="2048"/>
|
||||||
|
</tileset>
|
7
tilesets_to_embed/furniture.tsx
Normal file
7
tilesets_to_embed/furniture.tsx
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?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">
|
||||||
|
<properties>
|
||||||
|
<property name="tilesetCopyright" value="CC-BY-SA https://github.com/c3CERT/rc3_tiles.git"/>
|
||||||
|
</properties>
|
||||||
|
<image source="community_content/cert/furniture.png" width="512" height="2048"/>
|
||||||
|
</tileset>
|
12
tilesets_to_embed/mapUtilities.tsx
Normal file
12
tilesets_to_embed/mapUtilities.tsx
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<tileset version="1.4" tiledversion="1.4.3" name="mapUtilities" tilewidth="32" tileheight="32" tilecount="9" columns="9">
|
||||||
|
<properties>
|
||||||
|
<property name="tilesetCopyright" value="CC0 https://git.cccv.de/rc3/world-tiles.git"/>
|
||||||
|
</properties>
|
||||||
|
<image source="community_content/world-tiles/mapUtilities.png" width="288" height="32"/>
|
||||||
|
<tile id="3">
|
||||||
|
<properties>
|
||||||
|
<property name="collides" type="bool" value="true"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
</tileset>
|
15
tilesets_to_embed/misc.tsx
Normal file
15
tilesets_to_embed/misc.tsx
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?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">
|
||||||
|
<properties>
|
||||||
|
<property name="tilesetCopyright" value="CC-BY-SA https://github.com/c3CERT/rc3_tiles.git"/>
|
||||||
|
</properties>
|
||||||
|
<image source="community_content/cert/misc.png" width="512" height="2048"/>
|
||||||
|
<tile id="41">
|
||||||
|
<animation>
|
||||||
|
<frame tileid="57" duration="500"/>
|
||||||
|
<frame tileid="58" duration="500"/>
|
||||||
|
<frame tileid="59" duration="500"/>
|
||||||
|
<frame tileid="58" duration="500"/>
|
||||||
|
</animation>
|
||||||
|
</tile>
|
||||||
|
</tileset>
|
7
tilesets_to_embed/worldExit.tsx
Normal file
7
tilesets_to_embed/worldExit.tsx
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?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">
|
||||||
|
<properties>
|
||||||
|
<property name="tilesetCopyright" value="CC0 https://git.cccv.de/rc3/world-tiles.git"/>
|
||||||
|
</properties>
|
||||||
|
<image source="community_content/world-tiles/worldExit.png" width="64" height="64"/>
|
||||||
|
</tileset>
|
Loading…
Reference in a new issue