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:
parent
faf5481427
commit
37e07e9b45
9 changed files with 1298 additions and 1 deletions
js
34
js/v.js
Normal file
34
js/v.js
Normal 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,
|
||||
},
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue