created tiled project and map files

This commit is contained in:
Sara 2023-09-18 08:32:22 +02:00
parent c1207d8b8a
commit 8af94b8660
4 changed files with 68 additions and 0 deletions

26
maps/box.tmx Normal file
View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="3" nextobjectid="2">
<editorsettings>
<export target="../resources/box.tilemap.tmx" format="tmx"/>
</editorsettings>
<tileset firstgid="1" source="castle.tsx"/>
<layer id="1" name="Tiles" width="10" height="10">
<data encoding="csv">
2,2,2,2,2,2,2,2,2,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,3,3,3,3,3,3,3,3,2,
2,2,2,2,2,2,2,2,2,2,
2,2,2,2,2,2,2,2,2,2
</data>
</layer>
<objectgroup id="2" name="Entities">
<object id="1" name="player" type="player" x="107.092" y="221.594">
<point/>
</object>
</objectgroup>
</map>

6
maps/castle.tsx Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.2" name="castle" class="level" tilewidth="32" tileheight="32" tilecount="100" columns="10" objectalignment="topleft">
<image source="../resources/ts_castle.png" width="320" height="320"/>
<tile id="1" type="block"/>
<tile id="2" type="block"/>
</tileset>

14
maps/fencer.tiled-project Normal file
View file

@ -0,0 +1,14 @@
{
"automappingRulesFile": "",
"commands": [
],
"compatibilityVersion": 1100,
"extensionsPath": "extensions",
"folders": [
"."
],
"properties": [
],
"propertyTypes": [
]
}

22
maps/fencer.tiled-session Normal file
View file

@ -0,0 +1,22 @@
{
"Map/SizeTest": {
"height": 4300,
"width": 2
},
"activeFile": "",
"expandedProjectPaths": [
],
"file.lastUsedOpenFilter": "All Files (*)",
"fileStates": {
},
"last.exportedFilePath": "/home/sara/Documents/c-projects/fencer/resources",
"last.imagePath": "/home/sara/Documents/c-projects/fencer/resources",
"map.lastUsedExportFilter": "Tiled map files (*.tmx *.xml)",
"map.lastUsedFormat": "tmx",
"openFiles": [
],
"project": "fencer.tiled-project",
"recentFiles": [
],
"tileset.lastUsedFormat": "tsx"
}