Adds an acoustic guitar instrument (#881)
This commit is contained in:
committed by
GitHub
parent
cdf4127a86
commit
41ac363603
@@ -23,6 +23,18 @@
|
|||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Objects/Instruments/musician.rsi/h_synthesizer.png
|
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
|
- type: entity
|
||||||
name: Violin
|
name: Violin
|
||||||
parent: BaseHandheldInstrument
|
parent: BaseHandheldInstrument
|
||||||
|
|||||||
Reference in New Issue
Block a user