Small refactoring and massively optimised the canvas renderer, also added new Mat3 class.

This commit is contained in:
Richard Davey
2013-06-07 16:27:33 +01:00
parent a30762ed8c
commit 3b9386727e
35 changed files with 2141 additions and 476 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
/// <reference path="../Game.ts" />
/// <reference path="../core/Point.ts" />
/// <reference path="../core/Rectangle.ts" />
/// <reference path="../core/Circle.ts" />
/// <reference path="../geom/Point.ts" />
/// <reference path="../geom/Rectangle.ts" />
/// <reference path="../geom/Circle.ts" />
/// <reference path="../gameobjects/Sprite.ts" />
/// <reference path="RectangleUtils.ts" />