Fix exit of loung
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b3f4da1b80
commit
fda0897ab7
11
lounge.json
11
lounge.json
|
@ -1,4 +1,11 @@
|
||||||
{ "compressionlevel":-1,
|
{ "compressionlevel":-1,
|
||||||
|
"editorsettings":
|
||||||
|
{
|
||||||
|
"export":
|
||||||
|
{
|
||||||
|
"target":"."
|
||||||
|
}
|
||||||
|
},
|
||||||
"height":30,
|
"height":30,
|
||||||
"infinite":false,
|
"infinite":false,
|
||||||
"layers":[
|
"layers":[
|
||||||
|
@ -30,7 +37,7 @@
|
||||||
{
|
{
|
||||||
"name":"exitUrl",
|
"name":"exitUrl",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":"medium.json#start"
|
"value":"main.json#start"
|
||||||
}],
|
}],
|
||||||
"type":"tilelayer",
|
"type":"tilelayer",
|
||||||
"visible":true,
|
"visible":true,
|
||||||
|
@ -651,4 +658,4 @@
|
||||||
"type":"map",
|
"type":"map",
|
||||||
"version":1.4,
|
"version":1.4,
|
||||||
"width":30
|
"width":30
|
||||||
}
|
}
|
Loading…
Reference in New Issue