mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 08:12:41 +00:00
color
This commit is contained in:
parent
f9799c95ed
commit
e703ba61c4
1 changed files with 2 additions and 3 deletions
|
@ -25,9 +25,8 @@ const id = "sleigh";
|
|||
const day = 22;
|
||||
const layer = createLayer(id, function (this: BaseLayer) {
|
||||
const name = "Sleigh";
|
||||
const color = "#D66B02";
|
||||
const colorDark = "#D66B02";
|
||||
const maxProgress = 100
|
||||
const color = "#D71830";
|
||||
const colorDark = "#A01020";
|
||||
function displayCost(
|
||||
res: Resource<DecimalSource> | Resource<DecimalSource>[],
|
||||
cost: DecimalSource,
|
||||
|
|
Loading…
Reference in a new issue