Adds an acoustic guitar instrument (#881)

This commit is contained in:
Víctor Aguilera Puerto
2020-05-02 17:16:36 +02:00
committed by GitHub
parent cdf4127a86
commit 41ac363603

View File

@@ -23,6 +23,18 @@
- type: Icon
texture: Objects/Instruments/musician.rsi/h_synthesizer.png
- type: entity
name: Acoustic Guitar
parent: BaseHandheldInstrument
id: AcousticGuitarInstrument
components:
- type: Instrument
program: 25
- type: Sprite
texture: Objects/Instruments/musician.rsi/guitar.png
- type: Icon
texture: Objects/Instruments/musician.rsi/guitar.png
- type: entity
name: Violin
parent: BaseHandheldInstrument