1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-03-13 01:31:39 +00:00
The-Modding-Tree/js/v.js
Jacorb90 5c6a5880e3 Revert "v1.1: The Life Update (by Aarex)"
This reverts commit d8d5d6aa70, reversing
changes made to 3dc7f3cef0.
2020-09-18 10:22:24 -04:00

47 lines
No EOL
743 B
JavaScript

var app;
function loadVue() {
app = new Vue({
el: "#app",
data: {
player,
tmp,
offTime,
Decimal,
format,
formatWhole,
formatTime,
layerUnl,
getLayerEffDesc,
doReset,
buyUpg,
getEnhancerCost,
getExtCapsuleCost,
getSpace,
getSpaceBuildingsUnl,
getSpaceBuildingCost,
getSpaceBuildingEffDesc,
buyBuilding,
getQuirkLayerCost,
buyQuirkLayer,
startHindrance,
HCActive,
milestoneShown,
destroyBuilding,
getSpellDesc,
activateSpell,
spellActive,
updateToCast,
keepGoing,
LAYERS,
LAYER_RES,
LAYER_TYPE,
LAYER_UPGS,
LAYER_EFFS,
LAYER_AMT_NAMES,
LAYER_RES_CEIL,
H_CHALLS,
SPELL_NAMES
},
})
}