Added final logo and start of CollisionMask

This commit is contained in:
Richard Davey
2013-05-19 14:01:11 +01:00
parent 53aa43566e
commit 05cc32fbc9
11 changed files with 243 additions and 8 deletions
+4 -3
View File
@@ -228,9 +228,10 @@ module Phaser {
}
/**
* Create a circle shape with specific diameter.
* @param diameter {number} Diameter of the circle.
* @return {GeomSprite} GeomSprite instance itself.
* Create a rectangle shape of the given width and height size
* @param width {Number} Width of the rectangle
* @param height {Number} Height of the rectangle
* @return {GeomSprite} GeomSprite instance.
*/
createRectangle(width: number, height: number): GeomSprite {