Textures to make lamps mappable to East/West. (#9414)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
|
|
@ -10,7 +10,7 @@
|
|||
- type: InteractionOutline
|
||||
- type: Sprite
|
||||
sprite: Structures/Furniture/sink.rsi
|
||||
state: sink
|
||||
state: sink_stem
|
||||
netsync: false
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
|
|
@ -42,3 +42,28 @@
|
|||
sprite: Structures/Furniture/sink.rsi
|
||||
state: sink_wide
|
||||
netsync: false
|
||||
|
||||
#Stemless Sink
|
||||
|
||||
- type: entity
|
||||
name: sink
|
||||
id: SinkStemless
|
||||
parent: SinkEmpty
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Furniture/sink.rsi
|
||||
state: sink
|
||||
netsync: false
|
||||
|
||||
- type: entity
|
||||
name: sink
|
||||
id: SinkStemlessWater
|
||||
parent: SinkStemless
|
||||
suffix: Water
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
tank:
|
||||
reagents:
|
||||
- ReagentId: Water
|
||||
Quantity: 500
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 398 B |
|
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 1.1 KiB |
|
|
@ -8,10 +8,12 @@
|
|||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "lamp"
|
||||
"name": "lamp",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "lamp-on"
|
||||
"name": "lamp-on",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-left",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 389 B |
|
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 977 B |
|
|
@ -8,10 +8,12 @@
|
|||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "lampgreen"
|
||||
"name": "lampgreen",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "lampgreen-on"
|
||||
"name": "lampgreen-on",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-left",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 377 B |
|
|
@ -8,10 +8,12 @@
|
|||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "bananalamp"
|
||||
"name": "bananalamp",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "bananalamp_on"
|
||||
"name": "bananalamp_on",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "floodlight"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
{
|
||||
"name": "sink_wide",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "sink_stem",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 1015 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |