WIP chat bubble

This commit is contained in:
2024-09-25 01:41:03 +02:00
parent 4a410b375f
commit 4eea9d1f2c
6 changed files with 62 additions and 27 deletions

View File

@ -1,4 +1,4 @@
const dev: boolean = false
const dev: boolean = true
export default {
name: 'New Quest',
@ -6,3 +6,7 @@ export default {
server_endpoint: dev ? 'http://localhost:4000' : 'https://nq-server.cr-a.directonline.io',
tile_size: { x: 64, y: 32, z: 1 }
}
/**
* @TODO: Implement .env like server has
*/