Skip to content

Commit

Permalink
Update and rename tabTesting.js to TabTesting.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Aug 29, 2022
1 parent 6ce5a6f commit 36b840b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/debug/tabTesting.js → js/debug/TabTesting.js
Original file line number Diff line number Diff line change
@@ -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"'
]
]))

0 comments on commit 36b840b

Please sign in to comment.