This commit is contained in:
drdth
2023-12-24 20:15:45 +03:00
committed by Aviu00
parent f556bd5681
commit 07cdb324f6
7 changed files with 5 additions and 9 deletions

View File

@@ -559,7 +559,7 @@
id: ClothingOuterCoatThechaotic id: ClothingOuterCoatThechaotic
name: Тренч Маллена name: Тренч Маллена
suffix: fluff suffix: fluff
description: Провонял сигаретами и разрушенными мечтами. description: Сшитый на заказ тренч криминалиста. Пропах никотином насквозь.
components: components:
- type: Sprite - type: Sprite
sprite: White/Fluff/thechaotic/coat.rsi sprite: White/Fluff/thechaotic/coat.rsi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 490 B

View File

@@ -1,22 +1,18 @@
{ {
"version": 1, "version": 1,
"license": "CC0-1.0", "license": null,
"copyright": "Created by EmoGarbage404", "copyright": null,
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "icon"
},
{ {
"name": "equipped-OUTERCLOTHING", "name": "equipped-OUTERCLOTHING",
"directions": 4 "directions": 4
}, },
{ {
"name": "equipped-OUTERCLOTHING-body-slim", "name": "icon"
"directions": 4
}, },
{ {
"name": "inhand-left", "name": "inhand-left",
@@ -27,4 +23,4 @@
"directions": 4 "directions": 4
} }
] ]
} }