Skip to content

Commit 6e648b8

Browse files
updated readme
1 parent 9cd78d7 commit 6e648b8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

typescript/readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
If you are a phaser dev then reference the `phaser.d.ts` in your project.
44

55
- `phaser.d.ts` contains a reference to `pixi.d.ts` and so both these files must remain siblings in the same directory.
6-
- `pixi.d.ts` has no dependencies and can be used by pixi devs standalone**
6+
- `pixi.d.ts` has no dependencies and can be used by pixi devs standalone*
77

8-
*If creating a third party plugin definition. Please add a reference path to point at phaser `/// <reference path="phaser.d.ts" />`
9-
10-
**Versions of TypeScript lower than version 1.0 may experience errors in `pixi.d.ts` due to missing WebGL definitions. If you fall into this category and cannot upgrade your version, then a `webgl.d.ts` has been provided but is disabled by default. Add this line to the top of the `pixi.d.ts` file `/// <reference path="webgl.d.ts" />`
8+
*Versions of TypeScript lower than version 1.0 may experience errors in `pixi.d.ts` due to missing WebGL definitions. If you fall into this category and cannot upgrade your version, then a `webgl.d.ts` has been provided but is disabled by default. Add this line to the top of the `pixi.d.ts` file `/// <reference path="webgl.d.ts" />`
119

1210
## Contributing ##
1311

0 commit comments

Comments
 (0)