1
0
forked from noxious/client

zoneEditor UX improvements

This commit is contained in:
2024-08-21 21:18:31 +02:00
parent 558bf675b0
commit f2f5569c4a
8 changed files with 22 additions and 14 deletions

View File

@ -1,5 +1,5 @@
import config from '@/config'
import { computed, ref, type Ref, watch } from 'vue'
import { computed, type Ref, watch } from 'vue'
import { getTile, tileToWorldXY } from '@/services/zone'
import { useGameStore } from '@/stores/game'
import { useZoneEditorStore } from '@/stores/zoneEditor'