diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-04 09:10:46 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:57 +0200 |
| commit | 6f3afd0317a8e549f77ad6764f6dbe4d4953b67c (patch) | |
| tree | 767379e013d56b87ac814327f6fc4d789c23947e /src/components/map/MapConstants.js | |
| parent | f4389bd0df1669969339b8b43b61fb78e7c1be25 (diff) | |
Add plus icon component
Diffstat (limited to 'src/components/map/MapConstants.js')
| -rw-r--r-- | src/components/map/MapConstants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/map/MapConstants.js b/src/components/map/MapConstants.js index 69fdb419..c8a9810b 100644 --- a/src/components/map/MapConstants.js +++ b/src/components/map/MapConstants.js @@ -8,5 +8,6 @@ export const OBJECT_SIZE_IN_PIXELS = TILE_SIZE_IN_PIXELS - OBJECT_MARGIN_IN_PIXE export const GRID_LINE_WIDTH_IN_PIXELS = 2; export const WALL_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 8; export const OBJECT_BORDER_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 12; +export const TILE_PLUS_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 10; export const MAP_MOVE_PIXELS_PER_EVENT = 20; |
