1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-24 02:01:03 +00:00

Pre-Alpha Build for you greedy gamers

This commit is contained in:
Jacorb90 2020-08-18 22:50:24 -04:00
parent faf5481427
commit 37e07e9b45
9 changed files with 1298 additions and 1 deletions

34
js/v.js Normal file
View file

@ -0,0 +1,34 @@
var app;
function loadVue() {
app = new Vue({
el: "#app",
data: {
player,
format,
formatWhole,
getResetGain,
getLayerReq,
getNextAt,
layerUnl,
getLayerEffDesc,
doReset,
buyUpg,
getGenPowerEff,
getEnhancerCost,
getEnhancerEff,
getEnhancerEff2,
getTimeEnergyEff,
getExtCapsuleCost,
getSpace,
getSpaceBuildingCost,
getSpaceBuildingEffDesc,
buyBuilding,
LAYERS,
LAYER_RES,
LAYER_TYPE,
LAYER_UPGS,
LAYER_EFFS,
},
})
}