Automatic holiday sprites (#22929)
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/835fd60545178a19064f5df9981dac6e1b220775/icons/obj/stationobjs.dmi",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/835fd60545178a19064f5df9981dac6e1b220775/icons/obj/stationobjs.dmi, nukefestive by Alekshhh (Github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -10,6 +10,15 @@
|
||||
{
|
||||
"name": "nuclearbomb_deployed"
|
||||
},
|
||||
{
|
||||
"name": "nukefestive",
|
||||
"delays": [
|
||||
[
|
||||
0.25,
|
||||
0.25
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "nuclearbomb_timing",
|
||||
"delays": [
|
||||
|
||||
BIN
Resources/Textures/Objects/Devices/nuke.rsi/nukefestive.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 697 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, christmaslamp by Alekshhh (Github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -11,6 +11,12 @@
|
||||
"name": "lamp",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "christmaslamp"
|
||||
},
|
||||
{
|
||||
"name": "christmaslamp-on"
|
||||
},
|
||||
{
|
||||
"name": "lamp-on",
|
||||
"directions": 4
|
||||
|
||||
BIN
Resources/Textures/Objects/Weapons/Bombs/c4gift.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 549 B |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 603 B |
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by Alekshhh (Github) for SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "primed",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Weapons/Bombs/c4gift.rsi/primed.png
Normal file
|
After Width: | Height: | Size: 687 B |
|
After Width: | Height: | Size: 621 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC0-1.0",
|
||||
"copyright": "Created for SS14 by deltanedas (github)",
|
||||
"copyright": "Created for SS14 by deltanedas (github), festive by Alekshhh (Github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -9,6 +9,9 @@
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "festive"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||