Lots of Tilemap updates, moved the renderer out, added components and new tests.

This commit is contained in:
Richard Davey
2013-07-02 23:41:25 +01:00
parent c647792c12
commit c81cf0c882
34 changed files with 2395 additions and 1563 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
module Phaser {
class PointUtils {
export class PointUtils {
/**
* Adds the coordinates of two points together to create a new point.