Load all tiles in zone editor

This commit is contained in:
2024-10-28 23:41:26 +01:00
parent be854a79b8
commit 7c259f455c
8 changed files with 49 additions and 64 deletions

View File

@ -1,5 +1,5 @@
<template>
<Modal :is-modal-open="gameStore.uiSettings.isPasswordResetOpen" @modal:close="() => gameStore.togglePasswordReset()" :modal-width="400" :modal-height="300" :is-resizable="false">
<Modal :is-modal-open="gameStore.uiSettings.isPasswordResetOpen" @modal:close="() => gameStore.togglePasswordReset()" :modal-width="400" :modal-height="300" :is-resizable="false">
<template #modalHeader>
<h3 class="m-0 font-medium shrink-0 text-white">Reset Password</h3>
</template>
@ -47,4 +47,4 @@ async function resetPasswordFunc() {
return
}
}
</script>
</script>