mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user