From 592ce6b49d156d6a236003310eadc5a27579ea92 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Tue, 26 Sep 2023 19:48:32 -0700 Subject: [PATCH] turn off car tiles --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 0f4839d6..fc563980 100644 --- a/config.ts +++ b/config.ts @@ -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 }