diff options
Diffstat (limited to 'src/components/map/elements/TileObject.js')
| -rw-r--r-- | src/components/map/elements/TileObject.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/map/elements/TileObject.js b/src/components/map/elements/TileObject.js index 8703011c..1517ef97 100644 --- a/src/components/map/elements/TileObject.js +++ b/src/components/map/elements/TileObject.js @@ -3,7 +3,7 @@ import React from "react"; import {Rect} from "react-konva"; import {OBJECT_BORDER_COLOR, ROOM_DEFAULT_COLOR} from "../../../colors/index"; import Shapes from "../../../shapes/index"; -import {OBJECT_BORDER_WIDTH_IN_PIXELS, OBJECT_MARGIN_IN_PIXELS} from "../MapConstants"; +import {OBJECT_BORDER_WIDTH_IN_PIXELS, OBJECT_MARGIN_IN_PIXELS, TILE_SIZE_IN_PIXELS} from "../MapConstants"; const TileObject = ({tile, color}) => ( <Rect |
