1
0
forked from noxious/client

Server endpoint dev fix

This commit is contained in:
Dennis Postma 2024-07-11 20:04:20 +02:00
parent e72a3a9f45
commit fbffda7da8

View File

@ -1,7 +1,9 @@
const dev: boolean = false;
export default { export default {
name: 'New Quest', name: 'New Quest',
development: true, development: dev,
server_endpoint: 'http://localhost:4000', server_endpoint: dev ? 'http://localhost:4000' : 'https://nq-server.cr-a.directonline.io',
width: 960, width: 960,
height: 540, height: 540,
tile_size: { x: 64, y: 32, z: 1 }, tile_size: { x: 64, y: 32, z: 1 },