1 line
2 KiB
JavaScript
1 line
2 KiB
JavaScript
import{_ as e,c as a,o as t,a4 as o}from"./chunks/framework.Bq2gx8C2.js";const p=JSON.parse('{"title":"2.0 format changes","description":"","frontmatter":{},"headers":[],"relativePath":"public/gamedevtree/2.0-format-changes.md","filePath":"public/gamedevtree/2.0-format-changes.md"}'),i={name:"public/gamedevtree/2.0-format-changes.md"},n=o('<h1 id="_2-0-format-changes" tabindex="-1">2.0 format changes <a class="header-anchor" href="#_2-0-format-changes" aria-label="Permalink to "2.0 format changes""></a></h1><ul><li>Temp format is changed from <code>temp.something[layer]</code> to <code>temp[layer].something</code>, for consistency</li><li>Challenges are now saved as an object with the amount of completions in each spot. (This will break saves.)</li><li><code>effectDisplay</code> in Challenges and Upgrades no longer takes an argument, and neither does <code>effect</code> for Buyables</li><li>Buyable cost can take an argument for amount of buyables, but it needs to function if no argument is supplied (it should do the cost for the next purchase).</li><li>Generation of Points now happens in the main game loop (not in a layer update function), enabled by <code>canGenPoints</code> in <a href="js/game.js">game.js</a>.</li><li>Changed <code>fullLayerReset</code> to <code>layerDataReset</code>, which takes an array of names of values to keep</li></ul><p>In addition, many names were changed, mostly expanding abbreviations:</p><p>All instances of:</p><ul><li>chall -> challenge</li><li>unl -> unlocked</li><li>upg -> upgrade (besides CSS)</li><li>amt -> amount</li><li>desc -> description</li><li>resCeil -> roundUpCost</li><li>order -> unlockOrder</li><li>incr_order -> increaseUnlockOrder</li></ul><p>Challenges:</p><ul><li>desc -> challengeDescription</li><li>reward -> rewardDescription</li><li>effect -> rewardEffect</li><li>effectDisplay -> rewardDisplay</li><li>active -> challengeActive</li></ul>',7),l=[n];function s(r,c,d,g,h,m){return t(),a("div",null,l)}const u=e(i,[["render",s]]);export{p as __pageData,u as default};
|