mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
Added fingerprint kit item
This commit is contained in:
BIN
assets/objects/fingerprint_kit.png
Normal file
BIN
assets/objects/fingerprint_kit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
@@ -316,7 +316,21 @@
|
||||
"width":48,
|
||||
"x":100.927703875072,
|
||||
"y":101.732793522267
|
||||
}],
|
||||
},
|
||||
{
|
||||
"height":48,
|
||||
"id":15,
|
||||
"name":"fingerprint_kit",
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":48,
|
||||
"x":390,
|
||||
"y":144
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
@@ -324,7 +338,7 @@
|
||||
"y":0
|
||||
}],
|
||||
"nextlayerid":12,
|
||||
"nextobjectid":15,
|
||||
"nextobjectid":16,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
"tiledversion":"1.11.0",
|
||||
|
||||
@@ -71,6 +71,12 @@
|
||||
"readable": true,
|
||||
"text": "URGENT: Multiple unauthorized access attempts detected from CEO's office IP address",
|
||||
"observations": "A concerning IT department memo"
|
||||
},
|
||||
{
|
||||
"type": "fingerprint_kit",
|
||||
"name": "Fingerprint Kit",
|
||||
"takeable": true,
|
||||
"observations": "A kit used for collecting fingerprints from surfaces"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -228,6 +228,7 @@
|
||||
this.load.image('workstation', 'assets/objects/workstation.png');
|
||||
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.json('gameScenarioJSON', 'assets/scenarios/ceo_exfil.json');
|
||||
|
||||
Reference in New Issue
Block a user