Update Keyboards (#6687)

This commit is contained in:
Jack Fox
2022-02-13 16:35:56 -06:00
committed by GitHub
parent fd94308d31
commit 2d2fe12291
5 changed files with 18 additions and 1 deletions

View File

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

View File

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

View File

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