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
19
main.json
19
main.json
|
@ -13,8 +13,19 @@
|
|||
"width":64,
|
||||
"x":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,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
|
@ -24,7 +35,7 @@
|
|||
{
|
||||
"columns":9,
|
||||
"firstgid":1,
|
||||
"image":".\/mapUtilities.png",
|
||||
"image":"mapUtilities.png",
|
||||
"imageheight":32,
|
||||
"imagewidth":288,
|
||||
"margin":0,
|
||||
|
@ -37,7 +48,7 @@
|
|||
{
|
||||
"columns":2,
|
||||
"firstgid":10,
|
||||
"image":".\/franc_logo.png",
|
||||
"image":"franc_logo.png",
|
||||
"imageheight":128,
|
||||
"imagewidth":64,
|
||||
"margin":0,
|
||||
|
@ -51,4 +62,4 @@
|
|||
"type":"map",
|
||||
"version":"1.6",
|
||||
"width":64
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue