Textures to make lamps mappable to East/West. (#9414)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
ChilbroBaggins 2022-07-07 13:47:05 -05:00 committed by GitHub
parent 1856ea22ef
commit ad46c4669a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 42 additions and 7 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -8,10 +8,12 @@
},
"states": [
{
"name": "lamp"
"name": "lamp",
"directions": 4
},
{
"name": "lamp-on"
"name": "lamp-on",
"directions": 4
},
{
"name": "off-inhand-left",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 977 B

View File

@ -8,10 +8,12 @@
},
"states": [
{
"name": "lampgreen"
"name": "lampgreen",
"directions": 4
},
{
"name": "lampgreen-on"
"name": "lampgreen-on",
"directions": 4
},
{
"name": "off-inhand-left",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 377 B

View File

@ -8,10 +8,12 @@
},
"states": [
{
"name": "bananalamp"
"name": "bananalamp",
"directions": 4
},
{
"name": "bananalamp_on"
"name": "bananalamp_on",
"directions": 4
},
{
"name": "floodlight"

View File

@ -14,6 +14,10 @@
{
"name": "sink_wide",
"directions": 4
},
{
"name": "sink_stem",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB