diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/bolted.png b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/bolted.png new file mode 100644 index 0000000000..53bdd1ccf4 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/bolted.png differ diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/closed_unlit.png b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/closed_unlit.png new file mode 100644 index 0000000000..1d33d3f366 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/closed_unlit.png differ diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/closing_unlit.png b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/closing_unlit.png new file mode 100644 index 0000000000..d0b97a4029 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/closing_unlit.png differ diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/deny_unlit.png b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/deny_unlit.png new file mode 100644 index 0000000000..c584771ed1 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/deny_unlit.png differ diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/meta.json b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/meta.json index 817344977f..c4328c5639 100644 --- a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/meta.json +++ b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/meta.json @@ -7,6 +7,15 @@ "license": "CC-BY-SA 3.0", "copyright": "Taken from https://github.com/tgstation/tgstation at 04e43d8c1d5097fdb697addd4395fb849dd341bd", "states": [ + { + "name": "bolted", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, { "name": "closed", "directions": 1, @@ -16,6 +25,15 @@ ] ] }, + { + "name": "closed_unlit", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, { "name": "closing", "directions": 1, @@ -30,6 +48,20 @@ ] ] }, + { + "name": "closing_unlit", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, { "name": "deny", "directions": 1, @@ -41,6 +73,17 @@ ] ] }, + { + "name": "deny_unlit", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1 + ] + ] + }, { "name": "locked", "directions": 1, @@ -73,6 +116,20 @@ ] ] }, + { + "name": "opening_unlit", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, { "name": "panel_closing", "directions": 1, @@ -131,4 +188,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/opening_unlit.png b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/opening_unlit.png new file mode 100644 index 0000000000..816c648cc4 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/opening_unlit.png differ diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded.png b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded.png index c44b529664..54de288e54 100644 Binary files a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded.png and b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded.png differ diff --git a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded_open.png b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded_open.png index f13079c8db..d5b1d509b5 100644 Binary files a/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded_open.png and b/Resources/Textures/Constructible/Structures/Doors/firelock_glass.rsi/welded_open.png differ