Add jensen glasses (#22323)

* jensen glasses

* added to maint pool

* removed hamster variants
This commit is contained in:
MACMAN2003
2023-12-11 03:36:18 -08:00
committed by GitHub
parent 2fa023ac70
commit 7232a942c8
7 changed files with 41 additions and 0 deletions

View File

@@ -79,6 +79,20 @@
tags:
- HamsterWearable
- WhitelistChameleon
- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesJensen
name: jensen glasses
description: A pair of yellow tinted folding glasses. You never asked for these.
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/jensen.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/jensen.rsi
- type: Tag
tags:
- WhitelistChameleon
- type: entity
parent: ClothingEyesBase

View File

@@ -96,6 +96,7 @@
- ClothingNeckTieRed
- ClothingOuterCoatGentle
- ClothingOuterCoatJensen
- ClothingEyesGlassesJensen
- ClothingOuterCoatLab
- ClothingOuterCoatPirate
- ClothingOuterHoodieBlack

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by MACMAN2003",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}