1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-11 12:31:08 +00:00

Updated docs, made layer type default to none

This commit is contained in:
Acamaeda 2020-10-25 22:25:42 -04:00
parent d94b225a6f
commit 9a4302b56a
8 changed files with 60 additions and 12 deletions

View file

@ -468,7 +468,7 @@ addLayer("f", {
},
)
// A side layer with achievements
// A side layer with achievements, with no prestige
addLayer("a", {
startData() { return {
unlocked: true,
@ -476,7 +476,6 @@ addLayer("a", {
}},
color: "yellow",
resource: "achievement power",
type: "none",
row: "side",
layerShown() {return true},
tooltip() { // Optional, tooltip displays when the layer is locked