From f22629bca3a7efaa9a3603518e622cc44aa0f296 Mon Sep 17 00:00:00 2001 From: Harley White Date: Thu, 29 Apr 2021 19:25:39 -0400 Subject: [PATCH] Added a missing feature to changelog, and changed version --- changelog.md | 1 + js/game.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 699f973..e4bbac2 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ - You no longer need to supply 'rows' and 'cols' for any Big Features. - Node symbols can use HTML. - Added documentation for the respec button. +- Added ctrlDown and shiftDown variables. - Added prestigeNotify to subtabs, and prestigeNotify in subtabs also highlights the layer node. - The version number no longer contains special characters or irrational numbers. diff --git a/js/game.js b/js/game.js index 8189bcb..4eab945 100644 --- a/js/game.js +++ b/js/game.js @@ -5,7 +5,7 @@ var scrolled = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.4", + tmtNum: "2.4.0.1", tmtName: "Rationalized Edition" }