add shift + scroll command in HelpModal hotkeys table

This commit is contained in:
Andreas Rey Malissein
2025-03-02 13:12:18 +01:00
parent b992166488
commit b1eb375c52
+6 -2
View File
@@ -1,5 +1,5 @@
import { LitElement, html, css } from "lit";
import { customElement, property, state } from "lit/decorators.js";
import { LitElement, css, html } from "lit";
import { customElement, state } from "lit/decorators.js";
import "./components/Difficulties";
import "./components/Maps";
@@ -236,6 +236,10 @@ export class HelpModal extends LitElement {
<td>1 / 2</td>
<td>Decrease/Increase attack ratio</td>
</tr>
<tr>
<td>Shift + scroll down / scroll up</td>
<td>Decrease/Increase attack ratio</td>
</tr>
<tr>
<td>ALT + R</td>
<td>Reset graphics</td>