Fix deprecated exitSceneUrl properties

This replaces all occurrences of exitSceneUrl (which is deprecated) by
exitUrl.
This commit is contained in:
trevor 2021-01-31 14:50:19 +01:00
parent 7d3f2496a5
commit c3b5c75e7e
2 changed files with 5 additions and 5 deletions

View file

@ -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":[
{ {
@ -3259,4 +3259,4 @@
"type":"map", "type":"map",
"version":1.4, "version":1.4,
"width":100 "width":100
} }

View file

@ -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"
}], }],