Merge pull request #992 from tabascoeye/patch-2

getting rid of special char in filename
This commit is contained in:
David Négrier 2021-05-05 18:34:46 +02:00 committed by GitHub
commit f085393730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -451,11 +451,11 @@
{
"columns":12,
"firstgid":1,
"image":"sol_inte\u0301rieur.png",
"image":"sol_interieur.png",
"imageheight":288,
"imagewidth":384,
"margin":0,
"name":"sol_inte\u0301rieur",
"name":"sol_interieur",
"spacing":0,
"tilecount":108,
"tileheight":32,
@ -787,4 +787,4 @@
"type":"map",
"version":1.5,
"width":57
}
}

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB