Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resprites Shipyard Computer #171

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Entities/Structures/machines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: telesci
state: shipyard
- map: ["computerLayerKeys"]
state: telesci_key
- type: ItemSlots
Expand Down Expand Up @@ -63,7 +63,7 @@
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: telesci_red
state: shipyard_security
- map: ["computerLayerKeys"]
state: telesci_key

Expand Down
62 changes: 61 additions & 1 deletion Resources/Textures/Structures/Machines/computers.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894. comm_syndie made by Veritius, based on comm.",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894. comm_syndie made by Veritius, based on comm. shipyard_security and shipyard made by Potato1234_x",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -1460,6 +1460,66 @@
"name": "security_key_off",
"directions": 4
},
{
"name": "shipyard",
"directions": 4,
"delays": [
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
]
]
},
{
"name": "shipyard_security",
"directions": 4,
"delays": [
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
]
]
},
{
"name": "shuttle",
"directions": 4,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading