Map event tile improvements
This commit is contained in:
@ -3,7 +3,7 @@ import { useGameStore } from '@/stores/gameStore'
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export type TeleportSettings = {
|
||||
toMapId: number
|
||||
toMap: Map | null
|
||||
toPositionX: number
|
||||
toPositionY: number
|
||||
toRotation: number
|
||||
@ -36,7 +36,7 @@ export const useMapEditorStore = defineStore('mapEditor', {
|
||||
mapEffects: [] as MapEffect[]
|
||||
},
|
||||
teleportSettings: {
|
||||
toMapId: 0,
|
||||
toMap: null,
|
||||
toPositionX: 0,
|
||||
toPositionY: 0,
|
||||
toRotation: 0
|
||||
|
Reference in New Issue
Block a user