mirror of
https://gitlab.com/dezentrale/workadventure/maps.git
synced 2024-11-14 12:01:02 +01:00
Fix deprecated exitSceneUrl properties
This replaces all occurrences of exitSceneUrl (which is deprecated) by exitUrl.
This commit is contained in:
parent
7d3f2496a5
commit
c3b5c75e7e
2 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@
|
|||
"opacity":1,
|
||||
"properties":[
|
||||
{
|
||||
"name":"exitSceneUrl",
|
||||
"name":"exitUrl",
|
||||
"type":"string",
|
||||
"value":".\/main.json#entry_dezentrale_e0"
|
||||
}],
|
||||
|
@ -77,7 +77,7 @@
|
|||
"opacity":1,
|
||||
"properties":[
|
||||
{
|
||||
"name":"exitSceneUrl",
|
||||
"name":"exitUrl",
|
||||
"type":"string",
|
||||
"value":".\/main.json#entry_party"
|
||||
}],
|
||||
|
@ -204,7 +204,7 @@
|
|||
"nextobjectid":1,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
"tiledversion":"1.4.2",
|
||||
"tiledversion":"1.4.3",
|
||||
"tileheight":32,
|
||||
"tilesets":[
|
||||
{
|
||||
|
@ -3259,4 +3259,4 @@
|
|||
"type":"map",
|
||||
"version":1.4,
|
||||
"width":100
|
||||
}
|
||||
}
|
|
@ -53,7 +53,7 @@
|
|||
"opacity":1,
|
||||
"properties":[
|
||||
{
|
||||
"name":"exitSceneUrl",
|
||||
"name":"exitUrl",
|
||||
"type":"string",
|
||||
"value":".\/dezentrale_e1.json#entry_dezentrale_e1"
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue