1
0
forked from noxious/client

Load tiles before showing map editor UI

This commit is contained in:
2025-01-22 00:31:14 +01:00
parent 7dccb73698
commit 2d48f83802
5 changed files with 17 additions and 41 deletions

View File

@ -4,8 +4,8 @@
<script setup lang="ts">
import type { Map, WeatherState } from '@/application/types'
import { useGameStore } from '@/stores/gameStore'
import { MapStorage } from '@/storage/storages'
import { useGameStore } from '@/stores/gameStore'
import { useMapStore } from '@/stores/mapStore'
import { Scene } from 'phavuer'
import { onBeforeUnmount, onMounted, ref, watch } from 'vue'