diff --git a/Resources/Prototypes/Entities/Structures/Lighting/ground_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/ground_lighting.yml index 4d145cf1a8..5b50c4239d 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/ground_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/ground_lighting.yml @@ -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 diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 24da3a14a2..79be28014f 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -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 diff --git a/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/off.png b/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/off.png deleted file mode 100644 index b227174466..0000000000 Binary files a/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/off.png and /dev/null differ diff --git a/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/on.png b/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/on.png deleted file mode 100644 index 1e81501b67..0000000000 Binary files a/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/on.png and /dev/null differ diff --git a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/empty.png b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/empty.png new file mode 100644 index 0000000000..64c6ae6add Binary files /dev/null and b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/empty.png differ diff --git a/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/meta.json b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/meta.json similarity index 85% rename from Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/meta.json rename to Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/meta.json index 1a05278b0a..72dd2e3583 100644 --- a/Resources/Textures/Structures/Decoration/LightPosts/small_light_post.rsi/meta.json +++ b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/meta.json @@ -12,6 +12,9 @@ }, { "name": "on" + }, + { + "name": "empty" } ] } diff --git a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/off.png b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/off.png new file mode 100644 index 0000000000..a1f276f06a Binary files /dev/null and b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/off.png differ diff --git a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/on.png b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/on.png new file mode 100644 index 0000000000..f0d6dec612 Binary files /dev/null and b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/on.png differ