Add new assets and update image references: Introduce fingerprint kit and workstation images to the project. Update inventory CSS for improved styling and adjust image loading paths in game.js to reflect new asset locations. Comment out unused object scales in rooms.js for clarity.

This commit is contained in:
Z. Cliffe Schreuders
2025-10-10 19:08:11 +01:00
parent a010576dfd
commit ebef1bcd12
5 changed files with 9 additions and 9 deletions

View File

@@ -30,12 +30,12 @@
min-width: 60px;
height: 60px;
margin: 0 5px;
border: 1px solid rgb(111 112 135 , 0.3);
border: 1px solid rgba(255, 255, 255, 0.3);
display: flex;
justify-content: center;
align-items: center;
position: relative;
background: rgba(0, 0, 0, 0.8);
background: rgb(149 157 216 / 80%);
}
.inventory-item {