gunpet (#4978)
This commit is contained in:
@@ -69,6 +69,21 @@
|
|||||||
size: 24
|
size: 24
|
||||||
sprite: Objects/Fun/Instruments/trumpet.rsi
|
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
|
- type: entity
|
||||||
parent: BaseHandheldInstrument
|
parent: BaseHandheldInstrument
|
||||||
id: ElectricGuitarInstrument
|
id: ElectricGuitarInstrument
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/icon.png
Normal file
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user