Added quality of life changes, improved animations, added basic tutorials (need to add more pages), MVP is robust and only needs sound effects and music pretty much, besides a lot of user testing.

This commit is contained in:
AlacrisDevs
2025-12-08 12:32:43 +02:00
parent 0955d6ca65
commit 4e7ecb5397
45 changed files with 3662 additions and 208 deletions

View File

@@ -41,7 +41,7 @@
{#if open}
<!-- Backdrop -->
<div
class="fixed inset-0 bg-kv-background/70 z-[100]"
class="fixed inset-0 bg-kv-background/50 z-[100]"
onclick={handleCancel}
role="button"
tabindex="-1"
@@ -60,7 +60,9 @@
>
{title}
</h3>
<p class="text-sm md:text-base text-kv-white font-kv-body">
<p
class="text-sm md:text-base text-kv-white font-kv-body uppercase kv-shadow-text"
>
{message}
</p>
<div class="flex gap-3 w-full">