ajout de sons

This commit is contained in:
Deadzi06
2026-07-11 04:40:29 +02:00
parent a55abbc5f7
commit d17c13f2ca
12 changed files with 131 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ return {
tilewidth = 40,
tileheight = 40,
nextlayerid = 8,
nextobjectid = 94,
nextobjectid = 116,
properties = {
["name"] = "Test Map - Room 1"
},
@@ -641,9 +641,9 @@ return {
name = "transition",
type = "",
shape = "rectangle",
x = 160,
y = 680,
width = 120,
x = 101,
y = 410,
width = 80,
height = 40,
rotation = 0,
opacity = 1,
@@ -667,6 +667,70 @@ return {
opacity = 1,
visible = true,
properties = {}
},
{
id = 108,
name = "climbentry",
type = "",
shape = "rectangle",
x = 120,
y = 680,
width = 40,
height = 40,
rotation = 0,
opacity = 1,
visible = true,
properties = {
["target"] = { id = 111 }
}
},
{
id = 111,
name = "climbexit",
type = "",
shape = "rectangle",
x = 120,
y = 680,
width = 40,
height = 40,
rotation = 0,
opacity = 1,
visible = true,
properties = {
["target"] = { id = 107 }
}
},
{
id = 114,
name = "climbentry",
type = "",
shape = "rectangle",
x = 120,
y = 360,
width = 40,
height = 40,
rotation = 0,
opacity = 1,
visible = true,
properties = {
["target"] = { id = 115 }
}
},
{
id = 115,
name = "climbexit",
type = "",
shape = "rectangle",
x = 120,
y = 360,
width = 40,
height = 40,
rotation = 0,
opacity = 1,
visible = true,
properties = {
["target"] = { id = 113 }
}
}
}
},
@@ -725,6 +789,34 @@ return {
opacity = 1,
visible = true,
properties = {}
},
{
id = 107,
name = "target",
type = "",
shape = "point",
x = 142,
y = 773,
width = 0,
height = 0,
rotation = 0,
opacity = 1,
visible = true,
properties = {}
},
{
id = 113,
name = "target",
type = "",
shape = "point",
x = 138,
y = 346,
width = 0,
height = 0,
rotation = 0,
opacity = 1,
visible = true,
properties = {}
}
}
}