koreezgames/phaser3-ninepatch-plugin

View on GitHub
example/index.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function create has 113 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function create() {
    console.log("create");
    // We specify the x and y position, the width and height and the key for the image of the image.
    // It will be automatically scaled!
    const metalPanel = this.add.ninePatch(200, 200, 300, 300, "metalPanel_blueCorner", null, {
Severity: Major
Found in example/index.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status