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
id: AcousticGuitarInstrument
name: acoustic guitar
description: Anyway, here's Wonderwall.
components:
- type: Instrument
program: 25

View File

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

View File

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