mirror of
https://gitlab.com/dezentrale/workadventure/maps.git
synced 2024-11-14 20:11: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,
|
"opacity":1,
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"exitSceneUrl",
|
"name":"exitUrl",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":".\/main.json#entry_dezentrale_e0"
|
"value":".\/main.json#entry_dezentrale_e0"
|
||||||
}],
|
}],
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"exitSceneUrl",
|
"name":"exitUrl",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":".\/main.json#entry_party"
|
"value":".\/main.json#entry_party"
|
||||||
}],
|
}],
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
"nextobjectid":1,
|
"nextobjectid":1,
|
||||||
"orientation":"orthogonal",
|
"orientation":"orthogonal",
|
||||||
"renderorder":"right-down",
|
"renderorder":"right-down",
|
||||||
"tiledversion":"1.4.2",
|
"tiledversion":"1.4.3",
|
||||||
"tileheight":32,
|
"tileheight":32,
|
||||||
"tilesets":[
|
"tilesets":[
|
||||||
{
|
{
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"exitSceneUrl",
|
"name":"exitUrl",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"value":".\/dezentrale_e1.json#entry_dezentrale_e1"
|
"value":".\/dezentrale_e1.json#entry_dezentrale_e1"
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue