]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Firelock temperature and pressure warning lights (#28339)
authorShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
Mon, 21 Apr 2025 22:39:28 +0000 (15:39 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 22:39:28 +0000 (18:39 -0400)
commit1bfa303f3651e1564fd2a1bb5c44e3d26f49fd5e
tree2a2141e24c571bcdc2b58566ccf3eb59c100dbf1
parent17813825da5daa16ee8463f23e76c59233d7da96
Firelock temperature and pressure warning lights (#28339)

* Add temperature and pressure lights to firelocks

* Replace sprites with new pressure and temperature light versions

* Remove obsolete deny and locked sprites

* Add SpriteSync for warning light animation synchronization

* Teal lights

* Partial animation implementation

* fixup! Teal lights

* Temperature lights

* Adjusted firelock light heights and added final warning light sprites

* Fix colors

* Testing colors

* Update light sprites

* updated sprites

---------

Co-authored-by: EmoGarbage404 <retron404@gmail.com>
27 files changed:
Content.Client/Doors/FirelockSystem.cs
Content.Server/Doors/Systems/FirelockSystem.cs
Content.Shared/Doors/Components/FirelockComponent.cs
Content.Shared/Doors/Systems/SharedFirelockSystem.cs
Resources/Locale/en-US/atmos/firelock-component.ftl
Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/base_pressure_unlit.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/base_temperature_unlit.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/closed.png
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/closing.png
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/deny.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/locked.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/meta.json
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/opening.png
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/pressure_unlit.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/pressure_unlit_flat.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/temperature_unlit.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/temperature_unlit_flat.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/Airlocks/Standard/firelock.rsi/closed.png
Resources/Textures/Structures/Doors/Airlocks/Standard/firelock.rsi/closing.png
Resources/Textures/Structures/Doors/Airlocks/Standard/firelock.rsi/meta.json
Resources/Textures/Structures/Doors/Airlocks/Standard/firelock.rsi/opening.png
Resources/Textures/Structures/Doors/Airlocks/Standard/firelock.rsi/pressure_unlit.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/Airlocks/Standard/firelock.rsi/temperature_unlit.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/edge_door_hazard.rsi/meta.json
Resources/Textures/Structures/Doors/edge_door_hazard.rsi/pressure_unlit.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/edge_door_hazard.rsi/temperature_unlit.png [new file with mode: 0644]