Map editor ui fixes, switching back to game from map editor, draw/tap checkbox, and partial restoration of tile picker function

This commit is contained in:
2025-01-27 14:33:29 -06:00
parent 9e652868ca
commit 6bede8c44e
7 changed files with 35 additions and 21 deletions

View File

@ -99,7 +99,8 @@ const tiles = ref<Tile[]>([])
const modalRef = useTemplateRef('modalRef')
defineExpose({
open: () => modalRef.value?.open()
open: () => modalRef.value?.open(),
close: () => modalRef.value?.close()
})
const uniqueTags = computed(() => {