1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-02 22:41:09 +00:00
This commit is contained in:
Harley White 2021-06-06 23:51:50 -04:00
parent affdd85133
commit f08bae4b40
3 changed files with 5 additions and 2 deletions
js/technical

View file

@ -25,6 +25,7 @@ var traversableClasses = []
function setupTemp() {
tmp = {}
tmp.pointGen = {}
tmp.backgroundStyle = {}
tmp.displayThings = []
tmp.scrolled = 0
funcs = {}
@ -103,6 +104,8 @@ function updateTemp() {
}
tmp.pointGen = getPointGen()
tmp.backgroundStyle = readData(backgroundStyle)
tmp.displayThings = []
for (thing in displayThings){
let text = displayThings[thing]