mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 17:31:54 +00:00
Fix typos
This commit is contained in:
parent
83c5d93ed7
commit
cf655341d1
1 changed files with 3 additions and 3 deletions
|
@ -419,8 +419,8 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
width: "160px"
|
width: "160px"
|
||||||
},
|
},
|
||||||
display: {
|
display: {
|
||||||
title: "Autoamted feeder",
|
title: "Automated feeder",
|
||||||
description: "An automated feeder let's focused reindeer eat automatically"
|
description: "An automated feeder lets focused reindeer eat automatically"
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
const upgrade9 = createUpgrade(() => ({
|
const upgrade9 = createUpgrade(() => ({
|
||||||
|
@ -514,7 +514,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
direction: Direction.Right,
|
direction: Direction.Right,
|
||||||
width: 600,
|
width: 600,
|
||||||
height: 25,
|
height: 25,
|
||||||
fillStyle: `backgroundColor: ${color}`,
|
fillStyle: `animation: 15s reindeer-bar linear infinite`,
|
||||||
progress: () => (main.day.value === day ? Decimal.div(sumTimesFed.value, feedGoal) : 1),
|
progress: () => (main.day.value === day ? Decimal.div(sumTimesFed.value, feedGoal) : 1),
|
||||||
display: jsx(() =>
|
display: jsx(() =>
|
||||||
main.day.value === day ? (
|
main.day.value === day ? (
|
||||||
|
|
Loading…
Reference in a new issue