diff --git a/banana.png b/banana.png new file mode 100644 index 0000000..351aafb Binary files /dev/null and b/banana.png differ diff --git a/bggame.png b/bggame.png new file mode 100644 index 0000000..273f408 Binary files /dev/null and b/bggame.png differ diff --git a/blubb.png b/blubb.png new file mode 100644 index 0000000..05537fe Binary files /dev/null and b/blubb.png differ diff --git a/hiphop.glb b/hiphop.glb new file mode 100644 index 0000000..1c2c79b Binary files /dev/null and b/hiphop.glb differ diff --git a/overload_trans.png b/overload_trans.png new file mode 100644 index 0000000..705fb70 Binary files /dev/null and b/overload_trans.png differ diff --git a/src/App.svelte b/src/App.svelte index 8fb3293..2f668cb 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,20 +1,62 @@ +{#if showLanding} + +{:else} +
+ +
+ {#if hitFlash}
{/if} +
+
{score}
+ {#if gameOver} + + {/if} +
+
+{/if} + - -
- -
- {#if hitFlash}
{/if} -
-
{score}
- {#if startScreen || gameOver} - - {/if} -
-
\ No newline at end of file + \ No newline at end of file diff --git a/src/LandingPage.svelte b/src/LandingPage.svelte new file mode 100644 index 0000000..dd3ebf1 --- /dev/null +++ b/src/LandingPage.svelte @@ -0,0 +1,167 @@ + + +
+
+
+
+ + + + +
+ +
+ +
+
+
+ + \ No newline at end of file diff --git a/src/assets/banana.png b/src/assets/banana.png new file mode 100644 index 0000000..351aafb Binary files /dev/null and b/src/assets/banana.png differ diff --git a/src/assets/blubb.png b/src/assets/blubb.png new file mode 100644 index 0000000..05537fe Binary files /dev/null and b/src/assets/blubb.png differ diff --git a/src/assets/strawberry.png b/src/assets/strawberry.png new file mode 100644 index 0000000..6538295 Binary files /dev/null and b/src/assets/strawberry.png differ diff --git a/strawberry.png b/strawberry.png new file mode 100644 index 0000000..6538295 Binary files /dev/null and b/strawberry.png differ