Merge pull request #63 from NewHappyRabbit/instructions

Added instructions in modal in main menu
This commit is contained in:
evanpelle
2025-02-20 15:33:28 -08:00
committed by GitHub
12 changed files with 466 additions and 0 deletions
+12
View File
@@ -209,6 +209,17 @@
Single Player
</button>
</div>
<div
class="pt-4 flex gap-4 sm:gap-6 lg:gap-8 max-w-sm sm:max-w-md lg:max-w-lg xl:max-w-xl mx-auto"
>
<button
id="help-button"
class="w-25 bg-blue-100 hover:bg-blue-200 text-blue-900 p-3 sm:p-4 lg:p-5 font-medium text-sm sm:text-base lg:text-lg rounded-md w-full border-none cursor-pointer transition-colors duration-300"
>
Instructions
</button>
</div>
</div>
</div>
@@ -229,6 +240,7 @@
<win-modal></win-modal>
<top-bar></top-bar>
<player-panel></player-panel>
<help-modal></help-modal>
<div
class="flex flex-column gap-2 fixed right-0 top-0 z-50 flex flex-col w-32 sm:w-32 lg:w-48"