phaser/typescript
2015-03-26 02:59:11 +00:00
..
p2.d.ts split p2 definitions into its own file 2015-03-18 11:44:11 -07:00
phaser.comments.d.ts TypeScript defs with comments update. 2015-03-26 02:59:11 +00:00
phaser.d.ts Phaser Minor Changes for 2.3.0 RC1 Review 2015-03-24 21:38:30 +00:00
pixi.comments.d.ts TypeScript defs with comments update. 2015-03-26 02:59:11 +00:00
pixi.d.ts Pixi Minor change for 2.2.8 2015-03-24 21:38:24 +00:00
readme.md Updated TypeScript Readme to recommend TypeScript 1.4, and removed webgl.d.ts for that reason. 2015-03-24 21:38:36 +00:00

TypeScript Definitions

If you are a phaser dev then reference the phaser.d.ts in your project.

Please use TypeScript 1.4

  • phaser.d.ts contains a reference to pixi.d.ts and so both these files must remain siblings in the same directory.
  • pixi.d.ts has no dependencies and can be used by pixi devs standalone.

Contributing

If you find any mistakes in these definitions or you feel they can be improved in any way, please make a pull request against the dev branch.