carlmw/gitlactica

View on GitHub
adapters/webgl/explosions.js

Summary

Maintainability
A
1 hr
Test Coverage

Function explosions has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function explosions (scene) {
  var lights = _.times(EXPLOSION_COUNT, function () {
    var l = light.clone();
    scene.add(l);
    return l;
Severity: Minor
Found in adapters/webgl/explosions.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status