fix: better fade out

This commit is contained in:
cha0s 2019-04-19 18:33:56 -05:00
parent 73a15695f2
commit cb42901611

View File

@ -65,7 +65,7 @@ export class DamageEmitter {
const rot = new Proton.Rotate(0, 0, 0);
rot.a = new Proton.Span(-.008, .008);
const behaviors = [
new Proton.Alpha(1, .5),
new Proton.Alpha(1, .25),
new Proton.Scale(.8, 1.2),
new Proton.Force(0, -1, 0),
rot,