diff --git a/src/About.svelte b/src/About.svelte index 34955e1..14050ba 100644 --- a/src/About.svelte +++ b/src/About.svelte @@ -1,4 +1,6 @@ @@ -22,24 +24,31 @@ } -
-
-

Triangles.fun

- A game. Leave only a single dot to win. Eliminate other dots by jumping - them over! -

Instructions

- Click or touch the dot. If the dot can jump, it becomes lighter and the - spots where it can land become darker. Perform jump by touching or - clicking on the darker spot. -

Installation

- This game can be installed into your device. Look for "Add to Home - Screen" in the browser tab menu. -

Support

- You can send me your feedback or complains via - peter@triangles.fun - and help me keep this game running via - Buy Me a Coffee. +{#if hidden} +
+
(hidden = false)} + transition:fade> +

Triangles.fun

+ A game. Leave only a single dot to win. Eliminate other dots by + jumping them over! +

Instructions

+ Click or touch the dot. If the dot can jump, it becomes lighter and + the spots where it can land become darker. Perform jump by touching + or clicking on the darker spot. +

Installation

+ This game can be installed into your device. Look for "Add to Home + Screen" in the browser tab menu. +

Support

+ You can send me your feedback or complains via + peter@triangles.fun + and help me keep this game running via + Buy Me a Coffee. +
-
+{/if} diff --git a/src/App.svelte b/src/App.svelte index 0d092d2..daea5d2 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,5 +1,4 @@