summaryrefslogtreecommitdiff
path: root/src/components/map/MapConstants.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-25 23:03:05 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:44 +0200
commit8302923a08728d36746af3560ebc35685c2b9da5 (patch)
tree028b0e0db8f7e8e60d9127a522ceea49ec395952 /src/components/map/MapConstants.js
parent8f5e6d1e73f16e3cdd523f961d06e4b4eb5a8cef (diff)
Enable going from building to room and back
Diffstat (limited to 'src/components/map/MapConstants.js')
-rw-r--r--src/components/map/MapConstants.js2
1 files changed, 1 insertions, 1 deletions
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;