parent
e4879af47f
commit
85f28d1b39
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const config = {
|
||||||
mazeColor: '#05130f', // Color of the maze lines
|
mazeColor: '#05130f', // Color of the maze lines
|
||||||
mazeThickness: 2, // Thickness of the maze lines
|
mazeThickness: 2, // Thickness of the maze lines
|
||||||
drawRedLine: true, // Enable or disable the red line
|
drawRedLine: true, // Enable or disable the red line
|
||||||
redLineColor: '#FB2735', // Red line color
|
redLineColor: '#9B283C', // Red line color
|
||||||
consoleLogging: false, // Enable or disable console logging
|
consoleLogging: false, // Enable or disable console logging
|
||||||
};
|
};
|
||||||
// ---------------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue