1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-03-13 09:41:40 +00:00
The-Modding-Tree/js/v.js

47 lines
743 B
JavaScript
Raw Normal View History

2020-08-18 22:50:24 -04:00
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
},
2020-08-18 22:50:24 -04:00
})
}