fixup! debug layer properties
This commit is contained in:
parent
d8ec490a13
commit
42501e43ff
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"exitURL",
|
"name":"exitUrl",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":"dungeon.json"
|
"value":"dungeon_entrance.json#start"
|
||||||
}],
|
}],
|
||||||
"type":"tilelayer",
|
"type":"tilelayer",
|
||||||
"visible":true,
|
"visible":true,
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"startlayer",
|
"name":"startLayer",
|
||||||
"type":"bool",
|
"type":"bool",
|
||||||
"value":true
|
"value":true
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue