location work

This commit is contained in:
root
2024-05-01 23:49:11 +02:00
parent ea6167fcbb
commit 731edba4bf
9 changed files with 72 additions and 34 deletions

19
src/config.ts Normal file
View File

@ -0,0 +1,19 @@
export default {
name: 'New Quest',
websocket_url: 'ws://localhost:3000',
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
}
}