phaser/typescript
Clark Stevenson a0a8f34c7b Update phaser.d.ts
Fixes #1729
2015-04-10 12:53:20 +01:00
..
p2.d.ts split p2 definitions into its own file 2015-03-18 11:44:11 -07:00
phaser.comments.d.ts Fix some errors in the definitions files for Phaser.Group 2015-04-01 15:35:08 -07:00
phaser.d.ts Update phaser.d.ts 2015-04-10 12:53:20 +01: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.