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({ setDrawingShape({
type: "fog", type: "fog",
data: { points: [brushPosition] }, data: { points: [brushPosition] },
strokeWidth: 0.1, strokeWidth: 0.5,
color: "black", color: "black",
blend: true, // Blend while drawing blend: true, // Blend while drawing
id: shortid.generate(), id: shortid.generate(),