Sentry turrets - Part 1: Art assets (#35025)

* Initial commit

* Updated sprites

* Updated base.png and base_shadow.png

* Updated meta file
This commit is contained in:
chromiumboy
2025-02-11 00:25:30 -06:00
committed by GitHub
parent 66ff1aa37d
commit a2ac503201
24 changed files with 145 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac, modified by chromiumboy.",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,9 @@
{
"name": "omnilaser"
},
{
"name": "omnilaser_flash"
},
{
"name": "omnilaser_greyscale"
},
@@ -49,6 +52,9 @@
},
{
"name": "heavylaser"
},
{
"name": "heavylaser_flash"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

View File

@@ -0,0 +1,94 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/04b0e91bac8989d27a504124a0f636b41098d016/icons/obj/turrets.dmi. Modified by chromiumboy.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base",
"directions": 8
},
{
"name": "base_shadow",
"directions": 8
},
{
"name": "stun",
"directions": 8
},
{
"name": "lethal",
"directions": 8
},
{
"name": "destroyed",
"directions": 8
},
{
"name": "support"
},
{
"name": "cover_closed"
},
{
"name": "cover_open"
},
{
"name": "cover_opening",
"delays": [
[
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07
]
]
},
{
"name": "cover_closing",
"delays": [
[
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07
]
]
},
{
"name": "cover_light_on"
},
{
"name": "panel"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

View File

@@ -0,0 +1,44 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/b4363f59f5feacbc48c29aea4eb7794ad358cd92/icons/obj/device.dmi. Modified by chromiumboy.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base"
},
{
"name": "safe",
"delays": [
[
0.2,
2.0
]
]
},
{
"name": "stun",
"delays": [
[
0.2,
1.0
]
]
},
{
"name": "lethal",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "wires"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B