1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Fixed popups

This commit is contained in:
Acamaeda 2020-12-13 15:41:18 -05:00
parent 437f4313ce
commit 41f084f418
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# The Modding Tree changelog:
## v2.3.2 - 12/13/20
- Fixed achievement/milestone popups.
## v2.3.1 - 12/12/20
- Another attempt to fix flickering tooltips.
- The "this" keyword should work everywhere except tabFormat arrays (although I may have missed some things).

View file

@ -2,6 +2,8 @@
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="popup.css" />
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
<script type="text/javascript" src="js/technical/break_eternity.js"></script>

View file

@ -11,7 +11,7 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.3.1",
num: "2.3.2",
name: "Cooler and Newer Edition",
}