From b0bf25c818f84784fc2af79e28f4f7063cd847a3 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 18 Apr 2013 16:53:55 +0100 Subject: [PATCH] Formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 295fbc64..c6f455ba 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Change Log ---------- V0.9 + Large refactoring. Everything now lives inside the Phaser module, so all code and all tests have been updated to reflect this. Makes coding a tiny bit more verbose but stops the framework from globbing up the global namespace. Also should make code-insight work in WebStorm and similar editors.
Added the new GeomSprite object. This is a sprite that uses a geometry class for display (Circle, Rectangle, Point, Line). It's extremely flexible!