Skip to content

Commit

Permalink
Indicate turned on highlightUncharted is instance only
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Jul 20, 2023
1 parent 0000a1f commit 22e4337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/_js/main/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ function initDraw() {
let lShiftPressed = false
let shiftPressed = false

// @instance-only
// Default is false. When changing, also check HTML of #highlightUncharted
let highlightUncharted = true

renderBackground(atlas)
Expand Down

0 comments on commit 22e4337

Please sign in to comment.