Add bluetooth scanner to reception room and game scenario

- Add bluetooth scanner object to reception room JSON
- Include bluetooth scanner in game scenario with description
- Position bluetooth scanner near other interactive objects
This commit is contained in:
Damian-I
2025-02-18 16:20:48 +00:00
parent 6c9db12f49
commit 5ae7000adb
2 changed files with 17 additions and 0 deletions

View File

@@ -233,6 +233,17 @@
"width":48,
"x":340,
"y":168
},
{
"height":48,
"id":12,
"name":"bluetooth_scanner",
"rotation":0,
"type":"",
"visible":true,
"width":48,
"x":380,
"y":166
}
],
"opacity":1,

View File

@@ -39,6 +39,12 @@
"lockType": "pin",
"requires": "1234",
"observations": "A locked tablet device"
},
{
"type": "bluetooth_scanner",
"name": "Bluetooth Scanner",
"takeable": true,
"observations": "A device for detecting nearby Bluetooth signals"
}
]
},