Post Light sprite fix and state (#8578)
* adjusted post light sprite and added empty state * update construction location
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
graph: LightFixture
|
graph: LightFixture
|
||||||
node: tubeLight
|
node: tubeLight
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Decoration/LightPosts/small_light_post.rsi
|
sprite: Structures/Lighting/LightPosts/small_light_post.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: on
|
- state: on
|
||||||
map: ["enum.PoweredLightLayers.Base"]
|
map: ["enum.PoweredLightLayers.Base"]
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
parent: BaseLightStructure
|
parent: BaseLightStructure
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Decoration/LightPosts/small_light_post.rsi
|
sprite: Structures/Lighting/LightPosts/small_light_post.rsi
|
||||||
state: off
|
state: off
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -460,7 +460,7 @@
|
|||||||
category: Structures
|
category: Structures
|
||||||
description: A ground light fixture. Use light bulbs.
|
description: A ground light fixture. Use light bulbs.
|
||||||
icon:
|
icon:
|
||||||
sprite: Structures/Decoration/LightPosts/small_light_post.rsi
|
sprite: Structures/Lighting/LightPosts/small_light_post.rsi
|
||||||
state: off
|
state: off
|
||||||
objectType: Structure
|
objectType: Structure
|
||||||
placementMode: SnapgridCenter
|
placementMode: SnapgridCenter
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 323 B |
Binary file not shown.
|
Before Width: | Height: | Size: 330 B |
Binary file not shown.
|
After Width: | Height: | Size: 312 B |
@@ -12,6 +12,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "on"
|
"name": "on"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "empty"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 309 B |
Binary file not shown.
|
After Width: | Height: | Size: 313 B |
Reference in New Issue
Block a user