chore: maj map de test
This commit is contained in:
parent
a93084a930
commit
794cccc045
4 changed files with 58 additions and 71 deletions
|
@ -1,7 +1,8 @@
|
|||
return {
|
||||
version = "1.2",
|
||||
version = "1.10",
|
||||
luaversion = "5.1",
|
||||
tiledversion = "1.2.2",
|
||||
tiledversion = "1.11.0",
|
||||
class = "",
|
||||
orientation = "orthogonal",
|
||||
renderorder = "right-down",
|
||||
width = 30,
|
||||
|
@ -15,7 +16,7 @@ return {
|
|||
{
|
||||
name = "overworld",
|
||||
firstgid = 1,
|
||||
filename = "overworld.tsx",
|
||||
class = "",
|
||||
tilewidth = 16,
|
||||
tileheight = 16,
|
||||
spacing = 0,
|
||||
|
@ -24,6 +25,9 @@ return {
|
|||
image = "overworld.png",
|
||||
imagewidth = 512,
|
||||
imageheight = 240,
|
||||
objectalignment = "unspecified",
|
||||
tilerendersize = "tile",
|
||||
fillmode = "stretch",
|
||||
tileoffset = {
|
||||
x = 0,
|
||||
y = 0
|
||||
|
@ -34,7 +38,7 @@ return {
|
|||
height = 16
|
||||
},
|
||||
properties = {},
|
||||
terrains = {},
|
||||
wangsets = {},
|
||||
tilecount = 480,
|
||||
tiles = {}
|
||||
}
|
||||
|
@ -42,16 +46,19 @@ return {
|
|||
layers = {
|
||||
{
|
||||
type = "tilelayer",
|
||||
id = 1,
|
||||
name = "Calque de Tile 1",
|
||||
x = 0,
|
||||
y = 0,
|
||||
width = 30,
|
||||
height = 30,
|
||||
id = 1,
|
||||
name = "Calque de Tile 1",
|
||||
class = "",
|
||||
visible = true,
|
||||
opacity = 1,
|
||||
offsetx = 0,
|
||||
offsety = 0,
|
||||
parallaxx = 1,
|
||||
parallaxy = 1,
|
||||
properties = {},
|
||||
encoding = "lua",
|
||||
data = {
|
||||
|
@ -89,16 +96,19 @@ return {
|
|||
},
|
||||
{
|
||||
type = "tilelayer",
|
||||
id = 2,
|
||||
name = "Rochers",
|
||||
x = 0,
|
||||
y = 0,
|
||||
width = 30,
|
||||
height = 30,
|
||||
id = 2,
|
||||
name = "Rochers",
|
||||
class = "",
|
||||
visible = true,
|
||||
opacity = 1,
|
||||
offsetx = 0,
|
||||
offsety = 0,
|
||||
parallaxx = 1,
|
||||
parallaxy = 1,
|
||||
properties = {},
|
||||
encoding = "lua",
|
||||
data = {
|
||||
|
@ -136,13 +146,16 @@ return {
|
|||
},
|
||||
{
|
||||
type = "objectgroup",
|
||||
draworder = "topdown",
|
||||
id = 3,
|
||||
name = "player",
|
||||
class = "",
|
||||
visible = true,
|
||||
opacity = 1,
|
||||
offsetx = 0,
|
||||
offsety = 0,
|
||||
draworder = "topdown",
|
||||
parallaxx = 1,
|
||||
parallaxy = 1,
|
||||
properties = {},
|
||||
objects = {
|
||||
{
|
||||
|
@ -159,63 +172,21 @@ return {
|
|||
properties = {
|
||||
["id"] = 1
|
||||
}
|
||||
},
|
||||
{
|
||||
id = 2,
|
||||
name = "",
|
||||
type = "",
|
||||
shape = "rectangle",
|
||||
x = 416,
|
||||
y = 80,
|
||||
width = 16,
|
||||
height = 16,
|
||||
rotation = 0,
|
||||
visible = true,
|
||||
properties = {
|
||||
["id"] = 1
|
||||
}
|
||||
},
|
||||
{
|
||||
id = 3,
|
||||
name = "",
|
||||
type = "",
|
||||
shape = "rectangle",
|
||||
x = 48,
|
||||
y = 416,
|
||||
width = 16,
|
||||
height = 16,
|
||||
rotation = 0,
|
||||
visible = true,
|
||||
properties = {
|
||||
["id"] = 3
|
||||
}
|
||||
},
|
||||
{
|
||||
id = 4,
|
||||
name = "",
|
||||
type = "",
|
||||
shape = "rectangle",
|
||||
x = 416,
|
||||
y = 416,
|
||||
width = 16,
|
||||
height = 16,
|
||||
rotation = 0,
|
||||
visible = true,
|
||||
properties = {
|
||||
["id"] = 4
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
type = "objectgroup",
|
||||
draworder = "topdown",
|
||||
id = 4,
|
||||
name = "wall",
|
||||
class = "",
|
||||
visible = true,
|
||||
opacity = 1,
|
||||
offsetx = 0,
|
||||
offsety = 0,
|
||||
draworder = "topdown",
|
||||
parallaxx = 1,
|
||||
parallaxy = 1,
|
||||
properties = {},
|
||||
objects = {
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="16" tileheight="16" infinite="0" nextlayerid="5" nextobjectid="18">
|
||||
<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="16" tileheight="16" infinite="0" nextlayerid="5" nextobjectid="18">
|
||||
<tileset firstgid="1" source="overworld.tsx"/>
|
||||
<layer id="1" name="Calque de Tile 1" width="30" height="30">
|
||||
<data encoding="csv">
|
||||
|
@ -75,21 +75,6 @@
|
|||
<property name="id" type="int" value="1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="2" x="416" y="80" width="16" height="16">
|
||||
<properties>
|
||||
<property name="id" type="int" value="1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="3" x="48" y="416" width="16" height="16">
|
||||
<properties>
|
||||
<property name="id" type="int" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="4" x="416" y="416" width="16" height="16">
|
||||
<properties>
|
||||
<property name="id" type="int" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="4" name="wall">
|
||||
<object id="5" x="0" y="0" width="480" height="64"/>
|
||||
|
|
14
examples/exemple.tiled-project
Normal file
14
examples/exemple.tiled-project
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"automappingRulesFile": "",
|
||||
"commands": [
|
||||
],
|
||||
"compatibilityVersion": 1100,
|
||||
"extensionsPath": "extensions",
|
||||
"folders": [
|
||||
"."
|
||||
],
|
||||
"properties": [
|
||||
],
|
||||
"propertyTypes": [
|
||||
]
|
||||
}
|
17
examples/exemple.tiled-session
Normal file
17
examples/exemple.tiled-session
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"activeFile": "",
|
||||
"expandedProjectPaths": [
|
||||
],
|
||||
"fileStates": {
|
||||
"datas/maps/topdown/overworld.tsx": {
|
||||
"scaleInDock": 1
|
||||
}
|
||||
},
|
||||
"last.exportedFilePath": "/home/kazhnuz/git/epervier-old/examples/datas/maps/topdown",
|
||||
"map.lastUsedExportFilter": "Tous les Fichiers (*)",
|
||||
"openFiles": [
|
||||
],
|
||||
"project": "exemple.tiled-project",
|
||||
"recentFiles": [
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue