diff --git a/Falling Back Death.glb b/Falling Back Death.glb new file mode 100644 index 0000000..ead1877 Binary files /dev/null and b/Falling Back Death.glb differ diff --git a/Jump.glb b/Jump.glb new file mode 100644 index 0000000..4c9f124 Binary files /dev/null and b/Jump.glb differ diff --git a/Running.glb b/Running.glb new file mode 100644 index 0000000..e729312 Binary files /dev/null and b/Running.glb differ diff --git a/src/App.svelte b/src/App.svelte index e57d5b0..0e84bc0 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,198 +1,428 @@
+ {#if hitFlash} +
+ {/if} +
-
{score}
- - {#if startScreen || gameOver} +
{score}
+ + {#if startScreen || showGameOverModal} {/if}
-
+ \ No newline at end of file diff --git a/src/cool.svelte b/src/cool.svelte new file mode 100644 index 0000000..b27d57f --- /dev/null +++ b/src/cool.svelte @@ -0,0 +1,285 @@ + + + + +
+ + + {#if hitFlash} +
+ {/if} + +
+ {#if isPlaying && !gameOver} +
{score}
+ {/if} + + {#if startScreen || gameOver} + + {/if} +
+
\ No newline at end of file