Compare commits

...

2 Commits

Author SHA1 Message Date
legion 889a2e5a65 Fix maps
continuous-integration/drone/push Build is passing Details
2021-12-15 00:26:50 +01:00
legion 00dd2086fa Fix paths 2021-12-15 00:21:48 +01:00
2 changed files with 37 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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