Skip to content

Commit

Permalink
Logistics + Mailroom Directional sign (#118)
Browse files Browse the repository at this point in the history
* logi

* mailroom sign

I think Hyenh made those
  • Loading branch information
FluffiestFloof authored and DebugOk committed Oct 8, 2023
1 parent 8a93f5c commit 93e54d2
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
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
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.
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
}
]
}

0 comments on commit 93e54d2

Please sign in to comment.