"I'm Weh-cellent" Cap (#28573)

* copy pasted fishcap.rsi

* added the sprites

* credited myself

* added it to the hats.yml list

* meh, make the spites look nicer

* hopefully this fixes that

* yeah that makes sense

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>

* that too

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
UBlueberry
2025-03-29 07:59:43 -04:00
committed by GitHub
parent 73bae8408c
commit 489f91dafd
6 changed files with 37 additions and 0 deletions

View File

@@ -691,6 +691,17 @@
- type: Clothing
sprite: Clothing/Head/Hats/fishcap.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadWehcellentCap
name: wehcellent cap
description: It was a net hat! Tiders wear them all the time! It's got airholes in the back to keep a cross-breeze going and everything!
components:
- type: Sprite
sprite: Clothing/Head/Hats/wehcellentcap.rsi
- type: Clothing
sprite: Clothing/Head/Hats/wehcellentcap.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadNurseHat

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by UBlueberry (GitHub) for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}