fix: better fade out
This commit is contained in:
parent
73a15695f2
commit
cb42901611
|
@ -65,7 +65,7 @@ export class DamageEmitter {
|
||||||
const rot = new Proton.Rotate(0, 0, 0);
|
const rot = new Proton.Rotate(0, 0, 0);
|
||||||
rot.a = new Proton.Span(-.008, .008);
|
rot.a = new Proton.Span(-.008, .008);
|
||||||
const behaviors = [
|
const behaviors = [
|
||||||
new Proton.Alpha(1, .5),
|
new Proton.Alpha(1, .25),
|
||||||
new Proton.Scale(.8, 1.2),
|
new Proton.Scale(.8, 1.2),
|
||||||
new Proton.Force(0, -1, 0),
|
new Proton.Force(0, -1, 0),
|
||||||
rot,
|
rot,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user