Update Keyboards (#6687)
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
parent: BaseHandheldInstrument
|
||||
id: AcousticGuitarInstrument
|
||||
name: acoustic guitar
|
||||
description: Anyway, here's Wonderwall.
|
||||
components:
|
||||
- type: Instrument
|
||||
program: 25
|
||||
|
||||
@@ -49,6 +49,18 @@
|
||||
state: piano
|
||||
- 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
|
||||
name: minimoog
|
||||
parent: BasePlaceableInstrumentRotatable
|
||||
@@ -67,7 +79,7 @@
|
||||
description: This thing really blows!
|
||||
components:
|
||||
- type: Instrument
|
||||
program: 20
|
||||
program: 19
|
||||
- type: Sprite
|
||||
state: church-organ
|
||||
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
"name": "piano",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "piano-upright",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "piano-broken",
|
||||
"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