Implementerat Tiled JSON Map parser med portaler mellan 2 st hundramappars rum
This commit is contained in:
14
mapp-maker/R.M.O.T.tiled-project
Normal file
14
mapp-maker/R.M.O.T.tiled-project
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"automappingRulesFile": "",
|
||||
"commands": [
|
||||
],
|
||||
"compatibilityVersion": 1100,
|
||||
"extensionsPath": "extensions",
|
||||
"folders": [
|
||||
"."
|
||||
],
|
||||
"properties": [
|
||||
],
|
||||
"propertyTypes": [
|
||||
]
|
||||
}
|
||||
18
mapp-maker/R.M.O.T.tiled-session
Normal file
18
mapp-maker/R.M.O.T.tiled-session
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"activeFile": "",
|
||||
"expandedProjectPaths": [
|
||||
],
|
||||
"fileStates": {
|
||||
"start.tsx": {
|
||||
"dynamicWrapping": true
|
||||
}
|
||||
},
|
||||
"last.imagePath": "/home/brasse/repos/Regin_mountain_of_treasures/assets/images/1 Tiles",
|
||||
"openFiles": [
|
||||
],
|
||||
"project": "R.M.O.T.tiled-project",
|
||||
"recentFiles": [
|
||||
],
|
||||
"tileset.lastUsedFormat": "tsx",
|
||||
"tileset.type": 1
|
||||
}
|
||||
100143
mapp-maker/room1.tmj
Normal file
100143
mapp-maker/room1.tmj
Normal file
File diff suppressed because it is too large
Load Diff
100143
mapp-maker/room2.tmj
Normal file
100143
mapp-maker/room2.tmj
Normal file
File diff suppressed because it is too large
Load Diff
6
mapp-maker/start.tsx
Normal file
6
mapp-maker/start.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.10" tiledversion="1.12.1" name="start" class="ground_1" tilewidth="32" tileheight="32" tilecount="1" columns="0">
|
||||
<tile id="0">
|
||||
<image source="../assets/images/1 Tiles/Tile_31.png" width="32" height="32"/>
|
||||
</tile>
|
||||
</tileset>
|
||||
12
mapp-maker/tileset.tsj
Normal file
12
mapp-maker/tileset.tsj
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"columns": 1,
|
||||
"image": "../assets/images/1 Tiles/Tile_12.png",
|
||||
"imageheight": 32,
|
||||
"imagewidth": 32,
|
||||
"name": "MainTileset",
|
||||
"tilecount": 1,
|
||||
"tileheight": 32,
|
||||
"tilewidth": 32,
|
||||
"type": "tileset",
|
||||
"version": "1.9"
|
||||
}
|
||||
Reference in New Issue
Block a user