Skip to content

2.4.7

Latest
Compare
Choose a tag to compare
@amowu amowu released this 29 Feb 06:02
· 1 commit to master since this release
  • support import {Game, State} from 'phaser-shim';
  • support TypeScript:
/// <reference path="../node_modules/phaser/typescript/phaser.comments.d.ts" />

declare module 'phaser-shim' {
    export = Phaser;
}