Skip to content

Releases: amowu/phaser-shim

2.4.7

29 Feb 06:02
Compare
Choose a tag to compare
  • 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;
}

support Phaser v2.4.6

27 Feb 14:53
Compare
Choose a tag to compare

Fixed Uncaught TypeError

24 Jan 10:57
Compare
Choose a tag to compare