mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-26 07:49:29 +03:00
30 lines
420 B
JSON
30 lines
420 B
JSON
{
|
|
"$type": "ConfigScene",
|
|
"doors": {
|
|
"1": {
|
|
"$type": "ConfigLoadingDoor",
|
|
"gadgetId": 40100200,
|
|
"pos": {
|
|
"$type": "Vector",
|
|
"x": -9.65,
|
|
"y": 5.51,
|
|
"z": -11.36
|
|
},
|
|
"room1": 1,
|
|
"room2": 3
|
|
},
|
|
"2": {
|
|
"$type": "ConfigLoadingDoor",
|
|
"gadgetId": 40100200,
|
|
"pos": {
|
|
"$type": "Vector",
|
|
"x": 0.34,
|
|
"y": 5.51,
|
|
"z": -11.36
|
|
},
|
|
"room1": 1,
|
|
"room2": 2
|
|
}
|
|
}
|
|
}
|