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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@@ -79,6 +79,24 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "church_organ",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "piano",
|
||||
"directions": 4,
|
||||
|
||||
Reference in New Issue
Block a user