Update Keyboards (#6687)
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
parent: BaseHandheldInstrument
|
parent: BaseHandheldInstrument
|
||||||
id: AcousticGuitarInstrument
|
id: AcousticGuitarInstrument
|
||||||
name: acoustic guitar
|
name: acoustic guitar
|
||||||
|
description: Anyway, here's Wonderwall.
|
||||||
components:
|
components:
|
||||||
- type: Instrument
|
- type: Instrument
|
||||||
program: 25
|
program: 25
|
||||||
|
|||||||
@@ -49,6 +49,18 @@
|
|||||||
state: piano
|
state: piano
|
||||||
- type: Climbable
|
- type: Climbable
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: upright piano
|
||||||
|
parent: BasePlaceableInstrumentRotatable
|
||||||
|
id: UprightPianoInstrument
|
||||||
|
description: I said Piannie!
|
||||||
|
components:
|
||||||
|
- type: Instrument
|
||||||
|
program: 3
|
||||||
|
- type: Sprite
|
||||||
|
state: piano-upright
|
||||||
|
- type: Climbable
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: minimoog
|
name: minimoog
|
||||||
parent: BasePlaceableInstrumentRotatable
|
parent: BasePlaceableInstrumentRotatable
|
||||||
@@ -67,7 +79,7 @@
|
|||||||
description: This thing really blows!
|
description: This thing really blows!
|
||||||
components:
|
components:
|
||||||
- type: Instrument
|
- type: Instrument
|
||||||
program: 20
|
program: 19
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: church-organ
|
state: church-organ
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,10 @@
|
|||||||
"name": "piano",
|
"name": "piano",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "piano-upright",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "piano-broken",
|
"name": "piano-broken",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user