mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-30 23:21:46 +00:00
Display dye chamber hotkeys on the buyables
This commit is contained in:
parent
17338e37ef
commit
129cbcd200
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
* @module
|
||||
* @hidden
|
||||
*/
|
||||
import HotkeyVue from "components/Hotkey.vue";
|
||||
import Spacer from "components/layout/Spacer.vue";
|
||||
import Sqrt from "components/math/Sqrt.vue";
|
||||
import Modal from "components/Modal.vue";
|
||||
|
@ -227,7 +228,9 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
display: jsx(() => {
|
||||
return (
|
||||
<span>
|
||||
<h3>{options.name} Chambers</h3>
|
||||
<h3>
|
||||
{options.name} Chambers <HotkeyVue hotkey={hotkey} />
|
||||
</h3>
|
||||
<br />
|
||||
Create {format(computedToGenerate.value)} {options.name}
|
||||
{options.dyesToReset.length > 0
|
||||
|
|
Loading…
Add table
Reference in a new issue