hexus / phaser-arcade-slopes

:triangular_ruler: A Phaser CE plugin that brings sloped tile collision handling to the Arcade Physics engine
MIT License
126 stars 16 forks source link

Various fixes for the Typescript Definitions. #16

Closed IkonOne closed 8 years ago

IkonOne commented 8 years ago

Added: Missing constructors to typedefs. Added: Missing members to ArcadeSlopes in typedefs. Added: Typedefs helper interfaces(BodySlopes, SatSolverOptions, etc.) to ensure type safety. Changed: Applied a consistent code structure across the typedefs.

hexus commented 8 years ago

Awesome. :+1: Thank you!