MCPcopy Create free account
hub / github.com/melonjs/melonJS / tmxtileset.spec.js

File tmxtileset.spec.js

packages/melonjs/tests/tmxtileset.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeAll, describe, expect, it } from "vitest";
2import { boot, video } from "../src/index.js";
3import Tile from "../src/level/tiled/TMXTile.js";
4import TMXTileset from "../src/level/tiled/TMXTileset.js";

Callers

nothing calls this directly

Calls 15

bootFunction · 0.90
makeRegularTilesetFunction · 0.85
makeCollectionTilesetFunction · 0.85
asepriteJSONFunction · 0.85
getViewTileIdMethod · 0.80
getTileImageMethod · 0.80
getTilePropertiesMethod · 0.80
fakeImageFunction · 0.70
makeTilesetFunction · 0.70
initMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected