Merge pull request #88 from ilan-schemoul/click

Left click now open menu (double click or shift+click to attack)
This commit is contained in:
evanpelle
2025-03-02 13:38:09 -08:00
committed by GitHub
4 changed files with 42 additions and 8 deletions
+10 -2
View File
@@ -232,7 +232,15 @@ export class HelpModal extends LitElement {
</tr>
<tr>
<td>Space</td>
<td>Alternate view</td>
<td>Alternate view (terrain/countries)</td>
</tr>
<tr>
<td>Shift + left click</td>
<td>Attack (when left click is set to open menu)</td>
</tr>
<tr>
<td>Ctrl + left click</td>
<td>Open build menu</td>
</tr>
<tr>
<td>C</td>
@@ -306,7 +314,7 @@ export class HelpModal extends LitElement {
<li class="mb-4">Pause/Unpause the game - Only available in single player mode.</li>
<li class="mb-4">Timer - Time passed since the start of the game.</li>
<li class="mb-4">Exit button.</li>
<li class="mb-4">Settings - Open the settings menu. Inside you can toggle the Alternate View, Dark Mode, and Emojis.</li>
<li class="mb-4">Settings - Open the settings menu. Inside you can toggle the Alternate View, Dark Mode, Emojis and action on left click.</li>
</ul>
</div>
</div>