refactor: little more damage rotation

This commit is contained in:
cha0s 2019-04-19 17:57:52 -05:00
parent 9463625d4f
commit 73a15695f2

View File

@ -63,7 +63,7 @@ export class DamageEmitter {
];
// Heh, bugs.
const rot = new Proton.Rotate(0, 0, 0);
rot.a = new Proton.Span(-.005, .005);
rot.a = new Proton.Span(-.008, .008);
const behaviors = [
new Proton.Alpha(1, .5),
new Proton.Scale(.8, 1.2),