tweak: lil less rotation
This commit is contained in:
parent
14feb41fa0
commit
8685c864e5
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user