HaxePunk/HaxePunk

View on GitHub
examples/screenscale/src/MainScene.hx

Summary

Maintainability
Test Coverage

No space around /
Open

        label.y = HXP.height/2;

Spacing check on if, for, while, switch, try statements and around operators.

No space around /
Open

        for (x in 0 ... Std.int(840/60))

Spacing check on if, for, while, switch, try statements and around operators.

No space around /
Open

            for (y in 0 ... Std.int(480/60))

Spacing check on if, for, while, switch, try statements and around operators.

Missing package declaration
Open

import haxepunk.HXP;

Checks for empty package names.

Unused import haxepunk.Entity detected
Open

import haxepunk.Entity;

Checks for unused or duplicate imports.

There are no issues that match your filters.

Category
Status