Merge pull request #999 from FL-OZ/BANJOS

Add Banjo instrument, ya'll
This commit is contained in:
Víctor Aguilera Puerto
2020-05-25 10:40:24 +02:00
committed by GitHub
5 changed files with 73 additions and 0 deletions

View File

@@ -193,3 +193,20 @@
- type: Item
Size: 24
sprite: Objects/Instruments/glockenspiel.rsi
- type: entity
name: Banjo
parent: BaseHandheldInstrument
id: BanjoInstrument
components:
- type: Instrument
program: 105
- type: Sprite
sprite: Objects/Instruments/banjo.rsi
state: icon
- type: Icon
sprite: Objects/Instruments/banjo.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/banjo.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}