mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-01-30 07:01:48 +00:00
Updated game info for 1.3.2
This commit is contained in:
parent
f154615f5c
commit
c79d7b9b07
3 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
#The Modding Tree changelog:
|
||||
|
||||
##v1.3.2: - 10/7/20
|
||||
- Fix for the "order of operations" issue in temp.
|
||||
|
||||
##v1.3.1: - 10/7/20
|
||||
|
||||
|
|
|
@ -48,7 +48,11 @@
|
|||
<br>
|
||||
</div>
|
||||
<div v-if="player.tab=='changelog'" class="col right">
|
||||
<button class="back" onclick="showTab('tree')">←</button><br>
|
||||
<button class="back" onclick="showTab('tree')">←</button><br><br><br>
|
||||
<h3>v1.3.2</h3>
|
||||
<ul>
|
||||
<li>Fix for the "order of operations" issue in temp.</li>
|
||||
</ul><br>
|
||||
<h3>v1.3.1</h3>
|
||||
<ul>
|
||||
<li>Added custom CSS and tooltips for Layer Nodes.</li>
|
||||
|
|
|
@ -5,7 +5,7 @@ var NaNalert = false;
|
|||
var gameEnded = false;
|
||||
|
||||
let VERSION = {
|
||||
num: "1.3.1",
|
||||
num: "1.3.2",
|
||||
name: "Tabception... ception!"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue