mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
Added lockpicking item to office3
This commit is contained in:
@@ -338,6 +338,17 @@
|
||||
"width": 48,
|
||||
"x": 340,
|
||||
"y": 144
|
||||
},
|
||||
{
|
||||
"height": 48,
|
||||
"id": 17,
|
||||
"name": "lockpick",
|
||||
"rotation": 0,
|
||||
"type": "",
|
||||
"visible": true,
|
||||
"width": 48,
|
||||
"x": 330,
|
||||
"y": 144
|
||||
}
|
||||
|
||||
|
||||
@@ -349,7 +360,7 @@
|
||||
"y":0
|
||||
}],
|
||||
"nextlayerid":12,
|
||||
"nextobjectid":16,
|
||||
"nextobjectid":18,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
"tiledversion":"1.11.0",
|
||||
|
||||
@@ -141,6 +141,12 @@
|
||||
"readable": true,
|
||||
"text": "Large data transfers detected to unknown external IPs - All originating from CEO's office",
|
||||
"observations": "Suspicious network activity logs"
|
||||
},
|
||||
{
|
||||
"type": "lockpick",
|
||||
"name": "Lock Pick Kit",
|
||||
"takeable": true,
|
||||
"observations": "A professional lock picking kit with various picks and tension wrenches"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -280,6 +280,7 @@
|
||||
this.load.image('bluetooth_scanner', 'assets/objects/bluetooth_scanner.png');
|
||||
this.load.image('tablet', 'assets/objects/tablet.png');
|
||||
this.load.image('fingerprint_kit', 'assets/objects/fingerprint_kit.png');
|
||||
this.load.image('lockpick', 'assets/objects/lockpick.png');
|
||||
|
||||
|
||||
this.load.json('gameScenarioJSON', 'assets/scenarios/ceo_exfil.json');
|
||||
|
||||
Reference in New Issue
Block a user