Skip to content

Commit

Permalink
Mail Hud
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Mar 16, 2024
1 parent 85c37fa commit ee771ed
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ClothingUniformJumpsuitMailCarrier: 2
ClothingUniformJumpskirtMailCarrier: 2
ClothingHeadMailCarrier: 2
ClothingEyesHudMail: 2 # Frontier
MailBag: 2
ClothingHeadsetMailCarrier: 2 # Frontier ClothingHeadsetCargo<ClothingHeadsetMailCarrier
ClothingUniformJumpsuitValet: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
jumpsuit: ClothingUniformJumpsuitMailCarrier
back: ClothingBackpackFilled
shoes: ClothingShoesColorBlack
outerClothing: ClothingOuterWinterCoatMail
eyes: ClothingEyesHudMail
id: MailCarrierPDA
ears: ClothingHeadsetMailCarrier # Frontier - ClothingHeadsetCargo<ClothingHeadsetMailCarrier
belt: MailBag
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_NF/Catalog/Fills/Lockers/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
contents:
- id: ClothingBackpackClippy
- id: ClothingOuterWinterCoatMail
- id: ClothingEyesHudMail
- id: WeaponMailLake
- id: BoxMailCapsulePrimed
amount: 2
10 changes: 10 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: ClothingEyesBase
id: ClothingEyesHudMail
name: mail hud
description: A heads-up display that scans mail in view and provides accurate mail data.
components:
- type: Sprite
sprite: _NF/Clothing/Eyes/Hud/mail.rsi
- type: Clothing
sprite: _NF/Clothing/Eyes/Hud/mail.rsi
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, reskin by gentlebutter (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit ee771ed

Please sign in to comment.