Mail Resprite (#35776)

* init commit

* init commit

* delete those

* added github to copyright info
This commit is contained in:
Princess Cheeseballs
2025-03-11 05:44:32 -07:00
committed by GitHub
parent 6d99887746
commit 81a1ae1623
23 changed files with 59 additions and 55 deletions

View File

@@ -49,7 +49,6 @@
components:
- type: Sprite
sprite: Objects/Specific/Cargo/mail_large.rsi
scale: 0.85,0.85
layers:
- state: icon
map: [ "enum.DeliveryVisualLayers.Icon" ]
@@ -58,8 +57,7 @@
visible: false
- state: postmark
- map: [ "enum.DeliveryVisualLayers.JobStamp" ]
scale: 0.6, 0.6
offset: -0.23, -0.23
offset: -0.21875, -0.25
- state: fragile
map: [ "enum.DeliveryVisualLayers.FragileStamp" ]
visible: false
@@ -89,7 +87,6 @@
components:
- type: Sprite
sprite: Objects/Specific/Cargo/mail.rsi
scale: 0.8,0.8
layers:
- state: icon
map: [ "enum.DeliveryVisualLayers.Icon" ]
@@ -98,8 +95,7 @@
visible: false
- state: postmark
- map: [ "enum.DeliveryVisualLayers.JobStamp" ]
scale: 0.8, 0.8
offset: 0.225, 0.165
offset: -0.125, -0.0625
- state: fragile
map: [ "enum.DeliveryVisualLayers.FragileStamp" ]
visible: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,24 +1,32 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
"copyright": "Sprites made by Princess Cheeseballs (Discord), (https://github.com/Pronana).",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "locked"
},
{
"name": "trash"
"name": "broken"
},
{
"name": "fragile"
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "locked"
},
{
"name": "priority"
},
@@ -26,7 +34,7 @@
"name": "priority_inactive"
},
{
"name": "broken"
"name": "trash"
},
{
"name": "postmark"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -1,43 +1,43 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation (obj/storage/closet.dmi, obj/service/bureaucracy.dmi), modified by Whatstone (Discord). broken, inhand-left, inhand-right by Whatstone.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "broken"
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites made by Princess Cheeseballs (Discord), (https://github.com/Pronana).",
"size": {
"x": 32,
"y": 32
},
{
"name": "fragile"
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "locked"
},
{
"name": "priority"
},
{
"name": "priority_inactive"
},
{
"name": "trash"
},
{
"name": "postmark"
}
]
"states": [
{
"name": "broken"
},
{
"name": "fragile"
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "locked"
},
{
"name": "priority"
},
{
"name": "priority_inactive"
},
{
"name": "trash"
},
{
"name": "postmark"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 B

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 5.5 KiB