Merge 94157358a8 into fd5b16abb3
This commit is contained in:
commit
58dba9c80f
|
|
@ -0,0 +1,4 @@
|
|||
- type: entity
|
||||
parent: [ AirSensorFreezerBase, AirSensorGray ]
|
||||
id: AirSensorGrayFreezer
|
||||
suffix: Freezer Atmosphere, gray
|
||||
|
|
@ -1,8 +1,34 @@
|
|||
- type: entity
|
||||
parent: [ AirSensor ]
|
||||
id: AirSensorGray
|
||||
suffix: gray
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: FloorObjects
|
||||
sprite: _DV/Structures/Specific/Atmospherics/sensor.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ AirSensorAssembly ]
|
||||
id: AirSensorGrayAssembly
|
||||
suffix: gray
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: FloorObjects
|
||||
sprite: _DV/Structures/Specific/Atmospherics/sensor.rsi
|
||||
layers:
|
||||
- state: gsensor0
|
||||
|
||||
|
||||
# put this in a burn chamber or something you don't want to have show up as dangerous
|
||||
- type: entity
|
||||
parent: [ AirSensor, BaseUnsetSensor ]
|
||||
id: AirSensorUnset
|
||||
|
||||
- type: entity
|
||||
parent: [ AirSensorGray, BaseUnsetSensor ]
|
||||
id: AirSensorGrayUnset
|
||||
suffix: Unset, gray
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
id: BaseUnsetSensor
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
- type: entity
|
||||
parent: [ AirSensorVoxBase, AirSensorGray]
|
||||
id: AirSensorGrayVox
|
||||
suffix: Vox Atmosphere, gray
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 665 B |
Binary file not shown.
|
After Width: | Height: | Size: 665 B |
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from /tg/station on commit https://github.com/tgstation/tgstation/commit/1dd5021b2c5b64e954935bdf77bc973c34016a04 | Retextured by BriBrooo for Delta-V",
|
||||
"states": [
|
||||
{
|
||||
"name": "gsensor0"
|
||||
},
|
||||
{
|
||||
"name": "gsensor1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue