Church organ (#1121)

* Added organ sprite

* Added church organ object

* Renamed files and references to follow guidelines
This commit is contained in:
ScumbagDog
2020-06-13 13:23:10 +02:00
committed by GitHub
parent 202dc47961
commit f85dc9f94e
3 changed files with 33 additions and 0 deletions

View File

@@ -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

View File

@@ -79,6 +79,24 @@
]
]
},
{
"name": "church_organ",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "piano",
"directions": 4,