Skip to content

Commit

Permalink
signey
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieposieeee committed Feb 8, 2024
1 parent 6aada92 commit b7d83e0
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,43 @@
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: direction_mail

- type: entity
parent: BaseSignDirectional
id: SignDirectionalExam
name: examination room sign
description: A direction sign, pointing out which way the examination rooms are.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: direction_exam

- type: entity
parent: BaseSignDirectional
id: SignDirectionalICU
name: intensive care unit sign
description: A direction sign, pointing out which way the Intensive Care Unit is.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: direction_icu

- type: entity
parent: BaseSign
id: SignLaundromat
name: laundromat sign
description: A sign indicating the laundromat.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: laundromat

- type: entity
parent: BaseSign
id: SignBarbershop
name: barbershop sign
description: A sign indicating the barbershop.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: barbershop
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
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
@@ -1,7 +1,7 @@
{
"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",
"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 | directional_exam, directional_icu, laundromat, barbershop signs by @rosieposieeee based on existing signage style",
"size": {
"x": 32,
"y": 32
Expand All @@ -14,6 +14,30 @@
{
"name": "direction_mail",
"directions": 4
},
{
"name": "direction_exam",
"directions": 4
},
{
"name": "direction_icu",
"directions": 4
},
{
"name": "laundromat",
"delays": [
[
1
]
]
},
{
"name": "barbershop",
"delays": [
[
1
]
]
}
]
}

0 comments on commit b7d83e0

Please sign in to comment.