Skip to content

Commit

Permalink
pretty please fix my conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Aug 31, 2022
1 parent 36b840b commit 5a433bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/debug/TabTesting.js → js/debug/tabTesting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
mod.debugClasses.push(new DebugClass("Tab Testing", "Test some tabs!", "0.1", [
mod.debugClasses.push(new DebugClass("Tab Testing", "Test some tabs!", "0.2", [
[
"Test Endgame Tab",
'game.settings.tab = "Endgame"'
],
[
"Test Secret Achievements Tab",
'game.settings.tab = "Secret Achievements"'
]
]))

0 comments on commit 5a433bf

Please sign in to comment.