-
-
- You have {{formatWhole(tmp.layerAmt[layer])}} {{layers[layer].baseResource}}
-
- Your best {{layers[layer].resource}} is {{formatWhole(player[layer].best)}}
- You have made a total of {{formatWhole(player[layer].total)}} {{layers[layer].resource}}
-
-
-
-
-
-
-
-
-
+
+
+
+ You have {{formatWhole(tmp.layerAmt[layer])}} {{layers[layer].baseResource}}
+
+ Your best {{layers[layer].resource}} is {{formatWhole(player[layer].best)}}
+ You have made a total of {{formatWhole(player[layer].total)}} {{layers[layer].resource}}
+
+
+
+
+
+
+
+
-
-
+
diff --git a/js/layers.js b/js/layers.js
index 70f1ce8..ae397ef 100644
--- a/js/layers.js
+++ b/js/layers.js
@@ -107,7 +107,10 @@ var layers = {
{"color": "red", "font-size": "32px", "font-family": "Comic Sans MS"}],
"blank",
["toggle", ["c", "beep"]],
- "milestones", "blank", "blank", "upgrades"]
+ "milestones", "blank", "blank", "upgrades"],
+ style: {
+ 'background-color': 'blue'
+ },
},
f: {
diff --git a/sampleLayers.js b/sampleLayers.js
index 5d3c052..84d20c0 100644
--- a/sampleLayers.js
+++ b/sampleLayers.js
@@ -133,7 +133,11 @@ var layers = {
{"color": "red", "font-size": "32px", "font-family": "Comic Sans MS"}],
"blank",
["toggle", ["c", "beep"]],
- "milestones", "blank", "blank", "upgrades"] },
+ "milestones", "blank", "blank", "upgrades"] ,
+ style: {
+ 'background-color': 'blue'
+ },
+ },
f: { // This layer contains a more minimal set of things, besides a branch and "boop"
startData() { return {
unl: false,