tweak: lil less rotation

This commit is contained in:
cha0s 2019-04-29 11:01:52 -05:00
parent 14feb41fa0
commit 8685c864e5

View File

@ -77,7 +77,7 @@ export class DamageEmitter {
]; ];
// Heh, bugs. // Heh, bugs.
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(-.006, .006);
const behaviors = [ const behaviors = [
new Proton.Alpha(1, .25), new Proton.Alpha(1, .25),
new Proton.Scale(.8, 1.2), new Proton.Scale(.8, 1.2),