resprite glasses (#251)

This commit is contained in:
Jaraten
2024-06-17 00:46:02 +03:00
committed by GitHub
parent f79c6de912
commit 2b577ebfbe
9 changed files with 44 additions and 22 deletions

View File

@@ -74,8 +74,8 @@
foldedEquippedPrefix: flipped
foldedHeldPrefix: flipped
- type: Sprite
sprite: _CP14/Clothing/Eyes/alchemy_glasses.rsi #TODO sprite
sprite: _CP14/Clothing/Eyes/thaumaturgy_glasses.rsi
- type: Clothing
sprite: _CP14/Clothing/Eyes/alchemy_glasses.rsi
sprite: _CP14/Clothing/Eyes/thaumaturgy_glasses.rsi
- type: CP14MagicEnergyScanner

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 311 B

View File

@@ -1,22 +1,22 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by KBAS5, Edited by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by KBAS5 and modified by TheShuEd & Jaraten",
"size": {
"x": 32,
"y": 32
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "flipped-equipped-EYES",
"directions": 4
}
]
}
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "flipped-equipped-EYES",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by Jaraten (discord/GitHub)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "flipped-equipped-EYES",
"directions": 4
}
]
}