sparkletown/sparkle

View on GitHub
src/components/templates/AnimateMap/game/map/entities/createArtcarEntity.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function createArtcarEntity has 85 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const createArtcarEntity = (
  user: ReplicatedArtcar,
  creator: EntityFactory
): Entity => {
  const scale = 0.3;

There are no issues that match your filters.

Category
Status