mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
fixed snowflake color
This commit is contained in:
parent
c69f1e94e5
commit
b744b3c908
1 changed files with 0 additions and 17 deletions
|
@ -127,23 +127,6 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
||||||
max: 1
|
max: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "color",
|
|
||||||
config: {
|
|
||||||
color: {
|
|
||||||
list: [
|
|
||||||
{
|
|
||||||
value: "fb1010",
|
|
||||||
time: 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "f5b830",
|
|
||||||
time: 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "moveSpeed",
|
type: "moveSpeed",
|
||||||
config: {
|
config: {
|
||||||
|
|
Loading…
Reference in a new issue