TS fix, cleaned confic
This commit is contained in:
parent
72e2670680
commit
43d5e0614e
@ -35,7 +35,7 @@ import { onMounted, ref, watch } from 'vue'
|
|||||||
import Modal from '@/components/utilities/Modal.vue'
|
import Modal from '@/components/utilities/Modal.vue'
|
||||||
import { useZoneEditorStore } from '@/stores/zoneEditor'
|
import { useZoneEditorStore } from '@/stores/zoneEditor'
|
||||||
import { useGameStore } from '@/stores/game'
|
import { useGameStore } from '@/stores/game'
|
||||||
import { Zone } from '@/types'
|
import type { Zone } from '@/types'
|
||||||
|
|
||||||
const zoneEditorStore = useZoneEditorStore()
|
const zoneEditorStore = useZoneEditorStore()
|
||||||
const gameStore = useGameStore()
|
const gameStore = useGameStore()
|
||||||
|
@ -4,19 +4,5 @@ export default {
|
|||||||
name: 'New Quest',
|
name: 'New Quest',
|
||||||
development: dev,
|
development: dev,
|
||||||
server_endpoint: dev ? 'http://localhost:4000' : 'https://nq-server.cr-a.directonline.io',
|
server_endpoint: dev ? 'http://localhost:4000' : 'https://nq-server.cr-a.directonline.io',
|
||||||
width: 960,
|
|
||||||
height: 540,
|
|
||||||
tile_size: { x: 64, y: 32, z: 1 },
|
tile_size: { x: 64, y: 32, z: 1 },
|
||||||
wall_size: { x: 32, y: 128, z: 1 },
|
|
||||||
depth: {
|
|
||||||
ground: 0, // + y
|
|
||||||
bullet: 5000,
|
|
||||||
CEIL: 10000,
|
|
||||||
LIGHT: 20000,
|
|
||||||
DARKNESS: 21000,
|
|
||||||
SPEACH_BUBBLE: 50000,
|
|
||||||
UI_BG: 100000,
|
|
||||||
TALK: 110000,
|
|
||||||
TRANSITION: 900000
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user