Releases: mikaturunen/phaser-examples-typescript
Releases · mikaturunen/phaser-examples-typescript
Release list
Display that, display this! Typescriptified display.
Release 0.0.4 - Display demos now written in Typescript
Issues done
- Display #6
Known issues
- The demoscene typescript files are giving warnins - will be fixed in future updates
Buttons, camera and debug
Here comes the basics and bitmap data
Typed physics
Release - 0.0.1 - Typed Physics
General notes
Rewrote a good set of the JavaScript examples into TypeScript. Contributed a whole lot into the build process for TypeScript. Now the TypeScript files are generated into JS files by calling
npm install grunt grunt-cli -g
grunt ts
- Not all of the examples are written in TypeScript just yet.
- The example site shows a super simple alert -popup when the example in question is not written in TypeScript
- Simple TypeScript highlight through the existing prettify functionality
Issues fixed
- Arcade physics examples are now rewritten in TypeScript, #1