diff --git a/Resources/Prototypes/Entities/Objects/Fun/instruments.yml b/Resources/Prototypes/Entities/Objects/Fun/instruments.yml index 8cc456fa0d..6d891bc4b6 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/instruments.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/instruments.yml @@ -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 diff --git a/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/icon.png b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/icon.png new file mode 100644 index 0000000000..709c191cd8 Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/inhand-left.png b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/inhand-left.png new file mode 100644 index 0000000000..24218601a7 Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/inhand-right.png b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/inhand-right.png new file mode 100644 index 0000000000..3f2a20e500 Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/meta.json b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/meta.json new file mode 100644 index 0000000000..27910e1039 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Instruments/gunpet.rsi/meta.json @@ -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 + } + ] +}