Skip to content

Commit

Permalink
turn off car tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Sep 27, 2023
1 parent 9f19a44 commit 592ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ namespace userconfig {
namespace microcode {
export const ERROR_NOT_INTEGER = 101
export const ERROR_DOUBLE_BACKGROUND_CAPTURE = 102
export const car_tiles = true
export const car_tiles = false
}

0 comments on commit 592ce6b

Please sign in to comment.