[entity] add flanel clothing (#16671)

This commit is contained in:
OctoRocket
2023-05-21 19:05:35 -05:00
committed by GitHub
parent 568b823ce4
commit 735de00fef
7 changed files with 38 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
ClothingUniformJumpsuitHawaiBlue: 2
ClothingUniformJumpsuitHawaiRed: 2
ClothingUniformJumpsuitHawaiYellow: 2
ClothingUniformJumpsuitFlannel: 2
ClothingShoesColorBlack: 8
ClothingShoesColorBrown: 4
ClothingShoesColorWhite: 3

View File

@@ -1148,3 +1148,14 @@
sprite: Clothing/Uniforms/Jumpsuit/hawaiyellow.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/hawaiyellow.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitFlannel
name: flannel jumpsuit
description: Smells like someones been grillin'.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by MrGreen06#0618 (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}