This commit is contained in:
_Bastler 2021-12-27 19:21:00 +01:00
parent 1c801404e2
commit 0179846a6c
3 changed files with 40 additions and 7 deletions

View File

@ -92,7 +92,7 @@
"value":true "value":true
}, },
{ {
"name":"doorVariable", "name":"doorVariableFix",
"type":"string", "type":"string",
"value":"door_entry" "value":"door_entry"
}, },

View File

@ -67,6 +67,27 @@
"id":51, "id":51,
"name":"zone_chair", "name":"zone_chair",
"opacity":1, "opacity":1,
"properties":[
{
"name":"bellButtonText",
"type":"string",
"value":"Where does this chair come from?"
},
{
"name":"bellPopup",
"type":"string",
"value":"chair"
},
{
"name":"bellVariable",
"type":"string",
"value":"chair_bell"
},
{
"name":"zone",
"type":"string",
"value":"chair"
}],
"type":"tilelayer", "type":"tilelayer",
"visible":true, "visible":true,
"width":71, "width":71,
@ -467,8 +488,8 @@
"type":"", "type":"",
"visible":true, "visible":true,
"width":256, "width":256,
"x":1728, "x":1984,
"y":704 "y":544
}, },
{ {
"height":160, "height":160,
@ -546,6 +567,18 @@
"width":0, "width":0,
"x":896, "x":896,
"y":64 "y":64
},
{
"height":0,
"id":7,
"name":"chair_bell",
"point":true,
"rotation":0,
"type":"variable",
"visible":true,
"width":0,
"x":2208,
"y":736
}], }],
"opacity":1, "opacity":1,
"type":"objectgroup", "type":"objectgroup",
@ -647,8 +680,8 @@
"x":0, "x":0,
"y":0 "y":0
}], }],
"nextlayerid":69, "nextlayerid":70,
"nextobjectid":7, "nextobjectid":8,
"orientation":"orthogonal", "orientation":"orthogonal",
"properties":[ "properties":[
{ {

View File

@ -224,7 +224,7 @@
"value":true "value":true
}, },
{ {
"name":"doorVariable", "name":"doorVariableFix",
"type":"string", "type":"string",
"value":"door_bastler" "value":"door_bastler"
}, },
@ -257,7 +257,7 @@
"value":true "value":true
}, },
{ {
"name":"doorVariable", "name":"doorVariableFix",
"type":"string", "type":"string",
"value":"door_skrtrt" "value":"door_skrtrt"
}, },