Fix bow maker's hotkey

This commit is contained in:
ducdat0507 2022-12-23 21:35:00 +07:00
parent 8941789899
commit 428ca75b12

View file

@ -652,8 +652,8 @@ const factory = createLayer(id, () => {
} as FactoryComponentDeclaration, } as FactoryComponentDeclaration,
bow: { bow: {
imageSrc: _bowMaker, imageSrc: _bowMaker,
key: "shift+0", key: "shift+9",
name: "Bow Manufacturer", name: "Bow Maker",
type: "processor", type: "processor",
description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.bow)), description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.bow)),
energyCost: 2, energyCost: 2,
@ -673,7 +673,7 @@ const factory = createLayer(id, () => {
wrappedBox: { wrappedBox: {
imageSrc: _wrappedBoxMaker, imageSrc: _wrappedBoxMaker,
key: "shift+0", key: "shift+0",
name: "Wrapped Box Manufacturer", name: "Box Wrapper",
type: "processor", type: "processor",
description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.wrappedBox)), description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.wrappedBox)),
energyCost: 2, energyCost: 2,