Adds additional directional signs for mapping (#10467)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -9,6 +9,15 @@
|
|||||||
|
|
||||||
# Directional Station Guide Signs
|
# Directional Station Guide Signs
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalBar
|
||||||
|
name: bar sign
|
||||||
|
description: A direction sign, pointing out which way the bar is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_bar
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignDirectionalBridge
|
id: SignDirectionalBridge
|
||||||
@@ -35,6 +44,15 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_chapel
|
state: direction_chapel
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalChemistry
|
||||||
|
name: chapel sign
|
||||||
|
description: A direction sign, pointing out which way the chemistry lab is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_chemistry
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
@@ -70,7 +88,25 @@
|
|||||||
description: A direction sign, pointing out which way evac is.
|
description: A direction sign, pointing out which way evac is.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_evac
|
state: direction_evac
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalFood
|
||||||
|
name: food sign
|
||||||
|
description: A direction sign, pointing out which way the kitchen is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_food
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalFood
|
||||||
|
name: food sign
|
||||||
|
description: A direction sign, pointing out which way the kitchen is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_food
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
@@ -79,7 +115,25 @@
|
|||||||
description: A direction sign, pointing out which way the gravity generator is.
|
description: A direction sign, pointing out which way the gravity generator is.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_gravity
|
state: direction_gravity
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalHop
|
||||||
|
name: hop sign
|
||||||
|
description: A direction sign, pointing out which way Head of Personnel's office is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_hop
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalHop
|
||||||
|
name: hop sign
|
||||||
|
description: A direction sign, pointing out which way Head of Personnel's office is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_hop
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
@@ -89,6 +143,42 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_hydro
|
state: direction_hydro
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalJanitor
|
||||||
|
name: janitor sign
|
||||||
|
description: A direction sign, pointing out which way the janitor's closet is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_janitor
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalLibrary
|
||||||
|
name: janitor sign
|
||||||
|
description: A direction sign, pointing out which way the library is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_library
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalJanitor
|
||||||
|
name: janitor sign
|
||||||
|
description: A direction sign, pointing out which way the janitor's closet is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_janitor
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalLibrary
|
||||||
|
name: janitor sign
|
||||||
|
description: A direction sign, pointing out which way the library is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_library
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 602 B |
Binary file not shown.
|
After Width: | Height: | Size: 672 B |
Binary file not shown.
|
After Width: | Height: | Size: 594 B |
Binary file not shown.
|
After Width: | Height: | Size: 668 B |
Binary file not shown.
|
After Width: | Height: | Size: 599 B |
Binary file not shown.
|
After Width: | Height: | Size: 578 B |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user