Edit redLineColor

see #11
This commit is contained in:
Ramses Revengeday 2024-11-17 19:15:50 +00:00
parent e4879af47f
commit 85f28d1b39

View file

@ -19,7 +19,7 @@ const config = {
mazeColor: '#05130f', // Color of the maze lines
mazeThickness: 2, // Thickness of the maze lines
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
};
// ---------------------------------------------------------------------------------