Skip to content

Commit

Permalink
Merge pull request #171 from potato1234x/shipyard-resprite
Browse files Browse the repository at this point in the history
Resprites Shipyard Computer
  • Loading branch information
Cheackraze committed Aug 8, 2023
2 parents 2f33022 + 2c350e9 commit ce75bb4
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 3 deletions.
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.

0 comments on commit ce75bb4

Please sign in to comment.