- { random: R, PI, cos: c, sin: s, floor, atan2 } = Math,
- ctx = K.getContext('2d'),
- fps = 24,
- lst = 0,
+ { random: R, PI, cos: C, sin: S, floor, atan2: A } = Math,
+ id = p => p,
+ spn = rad => p => ({
+ x: p.x + rad * C(l),
+ y: p.y + rad * S(l)
+ }),
+ x = K.getContext('2d'),
+ f = 24,
+ l = 0,