diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/meta.json index 5b0c9b55a7..df26f24d13 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/meta.json @@ -105,6 +105,9 @@ ] ] }, + { + "name": "panel_closed" + }, { "name": "panel_open", "delays": [ @@ -195,4 +198,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/panel_closed.png b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/panel_closed.png new file mode 100644 index 0000000000..a23424796c Binary files /dev/null and b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/panel_closed.png differ diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/meta.json index 5b0c9b55a7..df26f24d13 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/meta.json @@ -105,6 +105,9 @@ ] ] }, + { + "name": "panel_closed" + }, { "name": "panel_open", "delays": [ @@ -195,4 +198,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/panel_closed.png b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/panel_closed.png new file mode 100644 index 0000000000..a23424796c Binary files /dev/null and b/Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/panel_closed.png differ