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:
committed by
GitHub
parent
fe0414eda7
commit
6e5680b3c2
BIN
Resources/Textures/Buildings/closet.rsi/eng.png
Normal file
BIN
Resources/Textures/Buildings/closet.rsi/eng.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 178 B |
BIN
Resources/Textures/Buildings/closet.rsi/eng_elec_door.png
Normal file
BIN
Resources/Textures/Buildings/closet.rsi/eng_elec_door.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 203 B |
BIN
Resources/Textures/Buildings/closet.rsi/eng_open.png
Normal file
BIN
Resources/Textures/Buildings/closet.rsi/eng_open.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 B |
BIN
Resources/Textures/Buildings/closet.rsi/eng_rad_door.png
Normal file
BIN
Resources/Textures/Buildings/closet.rsi/eng_rad_door.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 B |
BIN
Resources/Textures/Buildings/closet.rsi/eng_tool_door.png
Normal file
BIN
Resources/Textures/Buildings/closet.rsi/eng_tool_door.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 208 B |
BIN
Resources/Textures/Buildings/closet.rsi/eng_weld_door.png
Normal file
BIN
Resources/Textures/Buildings/closet.rsi/eng_weld_door.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 205 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user