mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-07 10:41:36 +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
|
* @module
|
||||||
* @hidden
|
* @hidden
|
||||||
*/
|
*/
|
||||||
|
import HotkeyVue from "components/Hotkey.vue";
|
||||||
import Spacer from "components/layout/Spacer.vue";
|
import Spacer from "components/layout/Spacer.vue";
|
||||||
import Sqrt from "components/math/Sqrt.vue";
|
import Sqrt from "components/math/Sqrt.vue";
|
||||||
import Modal from "components/Modal.vue";
|
import Modal from "components/Modal.vue";
|
||||||
|
@ -227,7 +228,9 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
display: jsx(() => {
|
display: jsx(() => {
|
||||||
return (
|
return (
|
||||||
<span>
|
<span>
|
||||||
<h3>{options.name} Chambers</h3>
|
<h3>
|
||||||
|
{options.name} Chambers <HotkeyVue hotkey={hotkey} />
|
||||||
|
</h3>
|
||||||
<br />
|
<br />
|
||||||
Create {format(computedToGenerate.value)} {options.name}
|
Create {format(computedToGenerate.value)} {options.name}
|
||||||
{options.dyesToReset.length > 0
|
{options.dyesToReset.length > 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue