Wip: working on add scenery

This commit is contained in:
Timothy O'Barr
2026-09-01 16:27:01 -05:00
parent 15f0e369b2
commit 668d416256
7 changed files with 138 additions and 71 deletions
+31 -27
View File
@@ -1,35 +1,39 @@
[
[
[
{
"description": "A fascinating Room. There's ... nothing in it, neat.",
"exits": [
{
"description": "A fascinating Room. There's ... nothing in it, neat.",
"exits": [
{
"dir": 2,
"exitID": 1,
"isLocked": false
},
{
"dir": 1,
"exitID": 2,
"isLocked": false
}
],
"id": -8528,
"name": "Test Room 1"
"dir": 2,
"exitID": 1,
"isLocked": false
},
{
"description": "Another test room. What a shocker",
"exits": [],
"id": -8608,
"name": "Test Room 2"
"dir": 1,
"exitID": 2,
"isLocked": false
}
],
[
],
"scenery": [
{
"description": "Testing another column",
"exits": [],
"id": -8656,
"name": "Test Room 3"
}
]
],
"id": -8528,
"name": "Test Room 1"
},
{
"description": "Another test room. What a shocker",
"exits": [],
"id": -8608,
"name": "Test Room 2"
}
],
[
{
"description": "Testing another column",
"exits": [],
"id": -8656,
"name": "Test Room 3"
}
]
]