diff options
| author | Bobby <[email protected]> | 2026-04-22 09:18:18 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 09:18:18 +0530 |
| commit | 7f80e8a1a0c4e71fde9a1530cc49fd03da01c099 (patch) | |
| tree | 895cdebcc531f22e569acbad2f2944047593e99d /lib/screens | |
| parent | bbb8a51490f98dfc02ab9a0fd79248806c80e705 (diff) | |
| download | hollowdark-7f80e8a1a0c4e71fde9a1530cc49fd03da01c099.tar.xz hollowdark-7f80e8a1a0c4e71fde9a1530cc49fd03da01c099.zip | |
Remove the leaf scene and its supporting systems from the Begin screen
Diffstat (limited to 'lib/screens')
| -rw-r--r-- | lib/screens/BeginScreen.svelte | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/screens/BeginScreen.svelte b/lib/screens/BeginScreen.svelte index 88f708e..e15b516 100644 --- a/lib/screens/BeginScreen.svelte +++ b/lib/screens/BeginScreen.svelte @@ -2,7 +2,6 @@ import AppTitle from '@hollowdark/lib/components/AppTitle.svelte' import AppVersion from '@hollowdark/lib/components/AppVersion.svelte' import BeginActions from '@hollowdark/lib/components/BeginActions.svelte' - import LeafScene from '@hollowdark/lib/components/LeafScene.svelte' import type { BeginState } from '@hollowdark/loading/session' interface Props { @@ -23,8 +22,6 @@ </script> <section class="begin"> - <LeafScene /> - <div class="content"> <div class="top"> <AppTitle size={38} subtitle="A Literary Life Simulation" /> @@ -45,12 +42,9 @@ justify-content: center; padding: var(--space-12); position: relative; - overflow: hidden; } .content { - position: relative; - z-index: 1; display: flex; flex-direction: column; align-items: center; |
