From 8302923a08728d36746af3560ebc35685c2b9da5 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 25 Aug 2017 23:03:05 +0200 Subject: Enable going from building to room and back --- src/components/map/MapConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/map/MapConstants.js') diff --git a/src/components/map/MapConstants.js b/src/components/map/MapConstants.js index 7e26ad81..77b1f2cf 100644 --- a/src/components/map/MapConstants.js +++ b/src/components/map/MapConstants.js @@ -6,5 +6,5 @@ export const OBJECT_MARGIN_IN_PIXELS = TILE_SIZE_IN_PIXELS / 5; export const OBJECT_SIZE_IN_PIXELS = TILE_SIZE_IN_PIXELS - OBJECT_MARGIN_IN_PIXELS * 2; export const GRID_LINE_WIDTH_IN_PIXELS = 2; -export const WALL_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 7; +export const WALL_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 8; export const OBJECT_BORDER_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 10; -- cgit v1.2.3