mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user