mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-19 16:27:12 +00:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
|
import Phaser from "phaser";
|
||
|
|
||
|
export default new Phaser.Game({
|
||
|
type: Phaser.HEADLESS,
|
||
|
});
|