1
0
forked from noxious/client
noxious_client/src/config.ts
2024-05-09 22:03:57 +02:00

20 lines
368 B
TypeScript

export default {
name: 'New Quest',
server_endpoint: 'http://localhost:4000',
development: true,
width: 960,
height: 540,
tile_size: { x: 64, y: 32, z: 1 },
depth: {
ground: 0, // + y
bullet: 5000,
CEIL: 10000,
LIGHT: 20000,
DARKNESS: 21000,
SPEACH_BUBBLE: 50000,
UI_BG: 100000,
TALK: 110000,
TRANSITION: 900000
}
}