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
|
||||
node: tubeLight
|
||||
- type: Sprite
|
||||
sprite: Structures/Decoration/LightPosts/small_light_post.rsi
|
||||
sprite: Structures/Lighting/LightPosts/small_light_post.rsi
|
||||
layers:
|
||||
- state: on
|
||||
map: ["enum.PoweredLightLayers.Base"]
|
||||
@@ -67,7 +67,7 @@
|
||||
parent: BaseLightStructure
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Decoration/LightPosts/small_light_post.rsi
|
||||
sprite: Structures/Lighting/LightPosts/small_light_post.rsi
|
||||
state: off
|
||||
- type: PointLight
|
||||
enabled: false
|
||||
|
||||
@@ -460,7 +460,7 @@
|
||||
category: Structures
|
||||
description: A ground light fixture. Use light bulbs.
|
||||
icon:
|
||||
sprite: Structures/Decoration/LightPosts/small_light_post.rsi
|
||||
sprite: Structures/Lighting/LightPosts/small_light_post.rsi
|
||||
state: off
|
||||
objectType: Structure
|
||||
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": "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