Add direction to the door

This commit is contained in:
2024-10-06 23:21:28 -05:00
parent a1d4b0a1d7
commit 5334f0944e
5 changed files with 66 additions and 6 deletions

View File

@ -45,7 +45,12 @@
{
"type": 4,
"x": 6,
"y": 8
"y": 8,
"door": {
"x": 0,
"y": 0,
"direction": 3
}
}
]
}