-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logistics + Mailroom Directional sign (#118)
* logi * mailroom sign I think Hyenh made those
- Loading branch information
1 parent
33020d9
commit 8339ecc
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- type: entity | ||
parent: BaseSignDirectional | ||
id: SignDirectionalLogistics | ||
name: logistics sign | ||
description: A direction sign, pointing out which way the Logistics department is. | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Structures/Wallmounts/signs.rsi | ||
state: direction_logi | ||
|
||
- type: entity | ||
parent: BaseSignDirectional | ||
id: SignDirectionalMail | ||
name: mailroom sign | ||
description: A direction sign, pointing out which way the mailroom is. | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Structures/Wallmounts/signs.rsi | ||
state: direction_mail |
Binary file added
BIN
+1.98 KB
Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_logi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+552 Bytes
Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions
19
Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "directional sprites taken from https://github.com/space-wizards/space-station-14/commit/c1556214de46d66fe4057500e269b17438dc96ca | direction_mail modified by Hyenh, direction_logi modified by Floofers", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "direction_logi", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "direction_mail", | ||
"directions": 4 | ||
} | ||
] | ||
} |