Misc sprite changes (#15011)

This commit is contained in:
potato1234_x
2023-04-15 05:43:49 +10:00
committed by GitHub
parent 489660a6bb
commit 41f8b401da
19 changed files with 46 additions and 70 deletions

View File

@@ -902,11 +902,11 @@
- type: DamageStateVisuals - type: DamageStateVisuals
states: states:
Alive: Alive:
Base: mouse-1 Base: mouse-2
Critical: Critical:
Base: dead-1 Base: dead-2
Dead: Dead:
Base: splat-1 Base: splat-2
- type: Bloodstream - type: Bloodstream
bloodMaxVolume: 50 bloodMaxVolume: 50
- type: DiseaseCarrier - type: DiseaseCarrier

View File

@@ -2,7 +2,7 @@
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/1dc83191daf55d54f5e1285c2f8b1af8c2c99b75", "copyright": "Taken from Goonstation at commit https://github.com/goonstation/goonstation/commit/354d9635460c296dc7dce23ab39481dc4de6dc00",
"size": { "size": {
"x": 32, "x": 32,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 B

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 842 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/695aafae161eebebdea00d4a5d624ec154d06be2", "copyright": "Taken from TauCetiClassic at commit https://github.com/TauCetiStation/TauCetiClassic/tree/23b5c47245804dd24507b75f250de5e87d34e294",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -14,18 +14,10 @@
"name": "idle", "name": "idle",
"delays": [ "delays": [
[ [
0.1, 0.4,
0.1, 0.4,
0.1, 0.4,
0.1, 0.4
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
] ]
] ]
}, },
@@ -33,25 +25,18 @@
"name": "inserting", "name": "inserting",
"delays": [ "delays": [
[ [
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
] ]
] ]
}, },
@@ -59,29 +44,20 @@
"name": "printing", "name": "printing",
"delays": [ "delays": [
[ [
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2,
0.1, 0.2
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
] ]
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 B

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 260 B

View File

@@ -5,7 +5,7 @@
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13/raw/78a32d846158a67dcd0ca2375e408fec298b46a0/icons/obj/power.dmi", "copyright": "Taken from Goonstation at commit https://github.com/goonstation/goonstation/commit/4f88b9314336631929c9cdddb1567fc08f83bf9e and modified by potato1234x (github) for ss14",
"states": [ "states": [
{ {
"name": "light-off" "name": "light-off"
@@ -23,10 +23,10 @@
"name": "light-charging", "name": "light-charging",
"delays": [ "delays": [
[ [
0.2, 0.3,
0.2, 0.3,
0.2, 0.3,
0.2 0.3
] ]
] ]
}, },
@@ -34,8 +34,8 @@
"name": "light-charged", "name": "light-charged",
"delays": [ "delays": [
[ [
0.5, 0.6,
0.5 0.6
] ]
] ]
}, },
@@ -43,8 +43,8 @@
"name": "light-empty", "name": "light-empty",
"delays": [ "delays": [
[ [
0.5, 0.8,
0.5 0.8
] ]
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 306 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from Paradise Station at https://github.com/ParadiseSS13/Paradise/blob/master/icons/obj/crates.dmi", "copyright": "Taken from YogStation at commit https://github.com/yogstation13/Yogstation/commit/fa832b902f5130c41b21973e7e8b60b4d7a795b4 and modified by potato1234x (github) for ss14",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

After

Width:  |  Height:  |  Size: 227 B