From 4bc8b7712aaec7d518a553d2405f97c7b2c6eb1a Mon Sep 17 00:00:00 2001 From: Harley White Date: Fri, 4 Jun 2021 20:38:05 -0400 Subject: [PATCH] 2.6.0.1 --- js/game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/game.js b/js/game.js index ba02329..9c8c2b6 100644 --- a/js/game.js +++ b/js/game.js @@ -4,8 +4,8 @@ var gameEnded = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.6", - tmtName: "Dreams Really Do Come True" + tmtNum: "2.6.0.1", + tmtName: "Fixed Reality" } function getResetGain(layer, useType = null) {