Church organ (#1121)
* Added organ sprite * Added church organ object * Renamed files and references to follow guidelines
This commit is contained in:
@@ -56,6 +56,21 @@
|
||||
sprite: Objects/Instruments/otherinstruments.rsi
|
||||
state: minimoog
|
||||
|
||||
- type: entity
|
||||
name: church organ
|
||||
parent: BaseInstrument
|
||||
id: ChurchOrganInstrument
|
||||
description: This thing really blows!
|
||||
components:
|
||||
- type: Instrument
|
||||
program: 20
|
||||
- type: Sprite
|
||||
sprite: Objects/Instruments/otherinstruments.rsi
|
||||
state: church_organ
|
||||
- type: Icon
|
||||
sprite: Objects/Instruments/otherinstruments.rsi
|
||||
state: church_organ
|
||||
|
||||
- type: entity
|
||||
name: xylophone
|
||||
parent: BaseInstrument
|
||||
|
||||
Reference in New Issue
Block a user