From 36b840b6cdb720a25c60810dbd33c24b32e55062 Mon Sep 17 00:00:00 2001 From: sussy layers dev <72522395+jwklong@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:29:38 +0100 Subject: [PATCH] Update and rename tabTesting.js to TabTesting.js --- js/debug/{tabTesting.js => TabTesting.js} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename js/debug/{tabTesting.js => TabTesting.js} (55%) diff --git a/js/debug/tabTesting.js b/js/debug/TabTesting.js similarity index 55% rename from js/debug/tabTesting.js rename to js/debug/TabTesting.js index 7e6fe4c..e29b380 100644 --- a/js/debug/tabTesting.js +++ b/js/debug/TabTesting.js @@ -1,10 +1,6 @@ -mod.debugClasses.push(new DebugClass("Tab Testing", "Test some tabs!", "0.2", [ +mod.debugClasses.push(new DebugClass("Tab Testing", "Test some tabs!", "0.1", [ [ "Test Endgame Tab", 'game.settings.tab = "Endgame"' - ], - [ - "Test Secret Achievements Tab", - 'game.settings.tab = "Secret Achievements"' ] ]))