Move playground

This commit is contained in:
kwaroran
2024-04-24 23:12:28 +09:00
parent b6cb58b265
commit 0fa918836f

View File

@@ -373,6 +373,18 @@
OpenRealmStore.set(false)
}}><HomeIcon /></BarIcon>
<div class="mt-2"></div>
<BarIcon
onClick={() => {
reseter()
if($selectedCharID === -1 && $PlaygroundStore !== 0){
PlaygroundStore.set(0)
return
}
selectedCharID.set(-1)
PlaygroundStore.set(1)
}}
><ShellIcon /></BarIcon>
<div class="mt-2"></div>
<BarIcon
onClick={() => {
reseter();
@@ -602,20 +614,6 @@
></BaseRoundedButton
>
</div>
<div class="flex flex-col items-center space-y-2 px-2 mb-2">
<BaseRoundedButton
onClick={() => {
reseter()
if($selectedCharID === -1 && $PlaygroundStore !== 0){
PlaygroundStore.set(0)
return
}
selectedCharID.set(-1)
PlaygroundStore.set(1)
}}
><ShellIcon size="24" /></BaseRoundedButton
>
</div>
</div>
</div>
<div