Upped fog stroke width

This commit is contained in:
Mitchell McCaffrey 2020-04-30 16:28:06 +10:00
parent 8c304c76e5
commit eed8f63b84

View File

@ -67,7 +67,7 @@ function MapFog({
setDrawingShape({
type: "fog",
data: { points: [brushPosition] },
strokeWidth: 0.1,
strokeWidth: 0.5,
color: "black",
blend: true, // Blend while drawing
id: shortid.generate(),