1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-12-04 13:51:31 +00:00

Fixed popup.css error message

This commit is contained in:
Harley White 2021-06-10 21:58:34 -04:00
parent 2439be6c96
commit 9fe8717a66
4 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,8 @@
# The Modding Tree changelog: # The Modding Tree changelog:
# v2.6.2.2 - 6/10/21
- Fixed an error message regarding popup.css.
# v2.6.2.1 - 6/10/21 # v2.6.2.1 - 6/10/21
- Fixed a visual bug with milestones. - Fixed a visual bug with milestones.

View file

@ -10,7 +10,6 @@
<link rel="stylesheet" type="text/css" href="css/other-tabs.css" /> <link rel="stylesheet" type="text/css" href="css/other-tabs.css" />
<link rel="stylesheet" type="text/css" href="css/popup.css" /> <link rel="stylesheet" type="text/css" href="css/popup.css" />
<link rel="stylesheet" type="text/css" href="css/tree-node.css" /> <link rel="stylesheet" type="text/css" href="css/tree-node.css" />
<link rel="stylesheet" type="text/css" href="popup.css" />
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">

View file

@ -11,7 +11,7 @@ let modInfo = {
// Set your version in num and name // Set your version in num and name
let VERSION = { let VERSION = {
num: "2.6.2.1", num: "2.6.2.2",
name: "Fixed Reality", name: "Fixed Reality",
} }

View file

@ -4,7 +4,7 @@ var gameEnded = false;
// Don't change this // Don't change this
const TMT_VERSION = { const TMT_VERSION = {
tmtNum: "2.6.2.1", tmtNum: "2.6.2.2",
tmtName: "Fixed Reality" tmtName: "Fixed Reality"
} }