From 8c2081a5702f8fad09276850978dabb951b0410e Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Tue, 29 Aug 2023 08:11:44 +0800 Subject: [PATCH] Delete tapestop.toml --- config/tapestop.toml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 config/tapestop.toml diff --git a/config/tapestop.toml b/config/tapestop.toml deleted file mode 100644 index 7e022de0..00000000 --- a/config/tapestop.toml +++ /dev/null @@ -1,23 +0,0 @@ -enabled = true -timeoutMs = 25000 - -[Trigger] -whenMinimized = true -# Tape stops when the game is minimized. - -whenLostFocus = true -# Tape stops when the game loses focus. - -afterGUITimeout = true -# Tape stops when the game is in a GUI screen(inventory, pause menu, etc.) and reaches the timeout specified above. - -afterGameTimeout = true -# Tape stops when the game is not in a GUI screen and reaches the timeout specified above. - -[Debug] -debug = true -# Prints debug messages to the console. - -[Visual] -panorama = false -# Renders the panorama background while tape stopped. \ No newline at end of file