added a new sprite for the super synthesizer. (#28884)

This commit is contained in:
Moomoobeef
2024-06-12 19:20:28 -07:00
committed by GitHub
parent 020b2919ac
commit 22b1ec9775
5 changed files with 14 additions and 2 deletions

View File

@@ -140,7 +140,8 @@
respectMidiLimits: false
- type: Sprite
sprite: Objects/Fun/Instruments/h_synthesizer.rsi
state: icon
state: supersynth
- type: Item
heldPrefix: super
size: Normal
sprite: Objects/Fun/Instruments/h_synthesizer.rsi

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331. Supersynth sprite made by moomoobeef.",
"states": [
{
"name": "icon"
@@ -17,6 +17,17 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "supersynth"
},
{
"name": "super-inhand-left",
"directions": 4
},
{
"name": "super-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B