Added fingerprint kit item

This commit is contained in:
Damian-I
2025-02-19 00:05:22 +00:00
parent 0c9d6d0f52
commit 1cec7fca8f
4 changed files with 23 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -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",

View File

@@ -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"
}
]
},

View File

@@ -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');