UNPKG
@phaser-plus/perspective2d
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
Create games with a linearly transformed projection
phaser-plus.kalevski.dev
kalevski/phaser-plus
@phaser-plus/perspective2d
/
lib
/
main.d.ts
6 lines
(5 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
import
Scene2D
from
"./Scene2D"
;
import
World
from
"./World"
;
import
GameObject2D
from
"./GameObject2D"
;
import
Grid
from
"./Grid"
;
export
{
Scene2D
,
World
,
GameObject2D
,
Grid
};