This commit is contained in:
mirrorcult
2021-10-22 02:14:09 -07:00
committed by GitHub
parent 04b49b45a6
commit d340bea100
5 changed files with 37 additions and 0 deletions

View File

@@ -69,6 +69,21 @@
size: 24
sprite: Objects/Fun/Instruments/trumpet.rsi
- type: entity
parent: BaseHandheldInstrument
id: GunpetInstrument
name: gunpet
description: Why do you need to examine this? Is it not self-explanatory?
components:
- type: Instrument
program: 127
- type: Sprite
sprite: Objects/Fun/Instruments/gunpet.rsi
state: icon
- type: Item
size: 24
sprite: Objects/Fun/Instruments/gunpet.rsi
- type: entity
parent: BaseHandheldInstrument
id: ElectricGuitarInstrument

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "mirrorcult",
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}