Banjo can now be worn on your back. (#34057)
* Banjo can now be worn on your back * Added banjo backpack sprite * Reduced banjo backpack sprite size * Added my username to copyright * 2nd try banjo backpack sprite * 3rd banjo backpack sprite * EmoGarbage Review - Adjust Strap Color --------- Co-authored-by: Hoodie <hoodie> Co-authored-by: EmoGarbage404 <retron404@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d1abf36111
commit
6c1b350c12
@@ -184,6 +184,12 @@
|
||||
- type: Item
|
||||
size: Normal
|
||||
sprite: Objects/Fun/Instruments/banjo.rsi
|
||||
- type: Clothing
|
||||
quickEquip: false
|
||||
slots:
|
||||
- back
|
||||
- suitStorage
|
||||
sprite: Objects/Fun/Instruments/banjo.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- StringInstrument
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 983 B |
Binary file not shown.
|
After Width: | Height: | Size: 983 B |
@@ -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, equipped sprites made by Hoodie42 for Space Station 14",
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
@@ -17,6 +17,14 @@
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user