Updated tiles logics

This commit is contained in:
2024-07-11 19:52:33 +02:00
parent 90046613ca
commit e72a3a9f45
9 changed files with 143 additions and 105 deletions

View File

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