mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
credits done, particles fixed
This commit is contained in:
parent
b744b3c908
commit
5a7c150b75
2 changed files with 10 additions and 6 deletions
|
@ -46,27 +46,30 @@ const dayCredits: Credits[] = [
|
|||
{
|
||||
name: "Cloth",
|
||||
creator: "thepaperpilot",
|
||||
|
||||
help: "emanresu, Jacorb"
|
||||
},
|
||||
{
|
||||
name: "Oil",
|
||||
creator: "ducdat0507",
|
||||
help: "thepaperpilot, Jacorb, incremental_gamer",
|
||||
},
|
||||
{
|
||||
name: "Plastic",
|
||||
creator: "thepaperpilot",
|
||||
help: "Jacorb"
|
||||
},
|
||||
{
|
||||
name: "Dyes",
|
||||
creator: "Jacorb",
|
||||
help: "thepaperpilot, ducdat0507"
|
||||
},
|
||||
{
|
||||
name: "Management",
|
||||
creator: "incremental_gamer, downvoid, thepaperpilot",
|
||||
creator: "incremental_gamer, downvoid, thepaperpilot, Escapee",
|
||||
},
|
||||
{
|
||||
name: "Management II",
|
||||
creator: "incremental_gamer, downvoid, thepaperpilot",
|
||||
creator: "incremental_gamer, downvoid, thepaperpilot, Escapee",
|
||||
},
|
||||
{
|
||||
name: "Letters",
|
||||
|
@ -84,6 +87,7 @@ const dayCredits: Credits[] = [
|
|||
{
|
||||
name: "Toys",
|
||||
creator: "downvoid",
|
||||
help: "thepaperpilot"
|
||||
},
|
||||
{
|
||||
name: "Factory",
|
||||
|
@ -150,7 +154,7 @@ const display = jsx(() => (
|
|||
))
|
||||
}
|
||||
<p>Credits created by emanresu</p>
|
||||
<br /> <br /> <br /> <br /> <br />
|
||||
<br /> <br /> <br />
|
||||
<h1>Special Thanks</h1>
|
||||
<p>Nekosity</p>
|
||||
<p>Yhvr</p>
|
||||
|
|
|
@ -108,7 +108,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
|||
const emitter = particles.addEmitter({
|
||||
emit: false,
|
||||
autoUpdate: true,
|
||||
lifetime: { min: 5, max: 5 },
|
||||
lifetime: { min: 10, max: 10 },
|
||||
emitterLifetime: -1,
|
||||
pos: { x: 0, y: 0 },
|
||||
frequency: 0.05,
|
||||
|
@ -159,7 +159,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
|||
data: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
w: 800,
|
||||
w: 1600,
|
||||
h: 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue