Fix maps
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
00dd2086fa
commit
889a2e5a65
File diff suppressed because one or more lines are too long
17
main.json
17
main.json
|
@ -13,8 +13,19 @@
|
||||||
"width":64,
|
"width":64,
|
||||||
"x":0,
|
"x":0,
|
||||||
"y":0
|
"y":0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"draworder":"topdown",
|
||||||
|
"id":2,
|
||||||
|
"name":"floorLayer",
|
||||||
|
"objects":[],
|
||||||
|
"opacity":1,
|
||||||
|
"type":"objectgroup",
|
||||||
|
"visible":true,
|
||||||
|
"x":0,
|
||||||
|
"y":0
|
||||||
}],
|
}],
|
||||||
"nextlayerid":2,
|
"nextlayerid":3,
|
||||||
"nextobjectid":1,
|
"nextobjectid":1,
|
||||||
"orientation":"orthogonal",
|
"orientation":"orthogonal",
|
||||||
"renderorder":"right-down",
|
"renderorder":"right-down",
|
||||||
|
@ -24,7 +35,7 @@
|
||||||
{
|
{
|
||||||
"columns":9,
|
"columns":9,
|
||||||
"firstgid":1,
|
"firstgid":1,
|
||||||
"image":".\/mapUtilities.png",
|
"image":"mapUtilities.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":288,
|
"imagewidth":288,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
|
@ -37,7 +48,7 @@
|
||||||
{
|
{
|
||||||
"columns":2,
|
"columns":2,
|
||||||
"firstgid":10,
|
"firstgid":10,
|
||||||
"image":".\/franc_logo.png",
|
"image":"franc_logo.png",
|
||||||
"imageheight":128,
|
"imageheight":128,
|
||||||
"imagewidth":64,
|
"imagewidth":64,
|
||||||
"margin":0,
|
"margin":0,
|
||||||
|
|
Loading…
Reference in New Issue