Add atmos directional sign (#31155)

* Xeno walls

* Fix icon smoothing for the walls

* Added a bunch of items, and the map/shuttle

* Fixed construction graphs

* Put the map in the right place gosh

* Fix shuttle walls rusting, invalid IDs, latejoin cryo, deprecated properties

* Fix APC names and stuff

* Updated to v1.1
This commit is contained in:
SlamBamActionman
2024-08-18 17:44:09 +02:00
committed by GitHub
parent 0d969f61a8
commit 7d48cc5e24
3 changed files with 14 additions and 1 deletions

View File

@@ -16,6 +16,15 @@
- type: Sprite
snapCardinals: false
- type: entity
parent: BaseSignDirectional
id: SignDirectionalAtmos
name: atmos sign
description: A direction sign, pointing out which way the Atmospherics department is.
components:
- type: Sprite
state: direction_atmos
- type: entity
parent: BaseSignDirectional
id: SignDirectionalBar

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github)",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman",
"states": [
{
"name": "ai"
@@ -115,6 +115,10 @@
{
"name": "deathsposal"
},
{
"name": "direction_atmos",
"directions": 4
},
{
"name": "direction_bar",
"directions": 4