Adjust zoom settings and sync slider with mouse wheel.

- Changed default zoom from 2.5 to 6.0 (further away).
- Reduced max zoom distance from 30 to 15.
- Fixed slider not updating when using mouse wheel zoom.
This commit is contained in:
2026-01-03 00:27:09 +01:00
parent 019e527441
commit 46b5466701
3 changed files with 21 additions and 9 deletions

View File

@@ -9,7 +9,10 @@ export const TILES = {
id: 'corridor_straight',
name: 'Corridor',
type: TILE_TYPES.CORRIDOR,
textures: ['/assets/images/dungeon1/tiles/corridor1.png'],
textures: ['/assets/images/dungeon1/tiles/corridor1.png',
'/assets/images/dungeon1/tiles/corridor2.png',
'/assets/images/dungeon1/tiles/corridor3.png',
],
variants: {
[DIRECTIONS.NORTH]: {
width: 2, height: 6,