-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Description
With a JSON map exported from Tiled, in the Tilemap class when I call this.objects.buildings, x & y properties are undefined whereas they should equal 0 as shown in the JSON below
{
"color":"#0008a4",
"height":50,
"name":"buildings",
"objects":[
{
"height":512,
"name":"",
"properties":
{
},
"type":"",
"visible":true,
"width":512,
"x":0,
"y":0
},
{
"height":512,
"name":"",
"properties":
{
},
"type":"",
"visible":true,
"width":512,
"x":1536,
"y":0
}Seems like there is a problem with the TilemapParser
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels