Skip to content

Commit

Permalink
Revert "Signage For Meee (DeltaV-Station#799)"
Browse files Browse the repository at this point in the history
This reverts commit 02b1352.
  • Loading branch information
DebugOk committed Mar 7, 2024
1 parent fc7e32f commit d406524
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,3 @@
- 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 | directional_exam, directional_icu, laundromat, barbershop signs by @rosieposieeee based on existing signage style",
"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
Expand All @@ -14,30 +14,6 @@
{
"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 d406524

Please sign in to comment.