mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-02 22:41:09 +00:00
Stuff
This commit is contained in:
parent
affdd85133
commit
f08bae4b40
3 changed files with 5 additions and 2 deletions
js/technical
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue