From 36eaeada09caa23077b650d823d3348799fbee9d Mon Sep 17 00:00:00 2001 From: Damian Idzinski <45018439+Damian-I@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:38:28 +0000 Subject: [PATCH] Add files via upload Added a laptop-style popup interface for CyberChef cryptographic workstation: - Created laptop-style popup UI with title bar and close button - Added CSS styles for responsive popup layout - Implemented workstation item with custom interaction handler - Added automatic workstation to player inventory on game start - Set up debug logging with "CyberChef:" prefix Key changes: - Added workstation CSS styles (lines 30-89) - Created addCryptoWorkstation function (lines 206-255) - Added workstation initialization to create() function (line 379) - Set up inventory system to handle custom interactions (lines 1501-1530) The workstation provides: - In-game access to CyberChef cryptographic tools - Proper integration with game inventory system - Debug logging for troubleshooting Note: - CyberChef v10.19.4 must be present in assets/cyberchef/ directory - "workstation.png" is not present in assets/objects/ directory --- index.html | 3871 +++++++++++++++++++++++++++------------------------- 1 file changed, 2000 insertions(+), 1871 deletions(-) diff --git a/index.html b/index.html index 2af6d24..4c71566 100644 --- a/index.html +++ b/index.html @@ -1,1871 +1,2000 @@ - - -
- -