Engineering lockers. (#210)

* Import Eris engineering locker sprites.

* Allow customizing ClientStorageComponent open/close states better.

* EntityStorage does not blow up if Storage is also defined in prototype.

* Engineering styled lockers.
This commit is contained in:
Pieter-Jan Briers
2019-04-26 23:44:26 +02:00
committed by GitHub
parent fe0414eda7
commit 6e5680b3c2
10 changed files with 135 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

View File

@@ -24,6 +24,42 @@
"select": [],
"flags": {},
"directions": 1
},
{
"name": "eng",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "eng_open",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "eng_tool_door",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "eng_rad_door",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "eng_elec_door",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "eng_weld_door",
"select": [],
"flags": {},
"directions": 1
}
]
}
}