From c67b1fd8bcc2bb8967228f9702bfce4e350fc59d Mon Sep 17 00:00:00 2001 From: tripp <86533397+trippjoe@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:32:27 -0400 Subject: [PATCH] Added tooltips to buttons on textures page --- src/routes/Textures.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/routes/Textures.svelte b/src/routes/Textures.svelte index 2557bff..05ae578 100644 --- a/src/routes/Textures.svelte +++ b/src/routes/Textures.svelte @@ -18,6 +18,7 @@ Checkbox, ButtonGroup, Button, + Tooltip, } from "flowbite-svelte"; interface TexturePack { @@ -157,12 +158,14 @@ {disabled} on:click={handleAddTexturePack}>Add Pack + Add a new pack to the table + Delete selected pack(s) from the table + Compile the game with the selected packs in the order they were + selected