Worked on pathfinding, character animation & rotation, few enhancements

This commit is contained in:
2024-07-29 09:01:35 +02:00
parent 56d513021f
commit ea29b6f3a2
9 changed files with 49 additions and 48 deletions

View File

@ -5,7 +5,6 @@
<script setup lang="ts">
import { Image, useScene } from 'phavuer'
import { onBeforeUnmount, ref } from 'vue'
import { useZoneEditorStore } from '@/stores/zoneEditor'
import { usePointerHandlers } from '@/composables/usePointerHandlers'
import { useCameraControls } from '@/composables/useCameraControls'
@ -27,4 +26,4 @@ const { setupPointerHandlers, cleanupPointerHandlers } = usePointerHandlers(scen
setupPointerHandlers()
onBeforeUnmount(cleanupPointerHandlers)
</script>
</script>