UNPKG
arcade-physics
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Use Arcade Physics without Phaser.
github.com/yandeu/arcade-physics
yandeu/arcade-physics
arcade-physics
/
lib
/
tilemaps
/
parsers
/
impact
/
index.d.ts
4 lines
•
266 B
TypeScript
View Raw
1
2
3
4
export
const
ParseTileLayers
:
(
json
:
any
,
insertNull
:
boolean
) =>
Phaser
.
Tilemaps
.
LayerData
[];
export
const
ParseTilesets
:
(
json
:
any
) =>
any
[];
export
const
ParseWeltmeister
:
(
name
:
string
,
json
:
any
,
insertNull
:
boolean
) =>
any
;
//# sourceMappingURL=index.d.ts.map