From f9a4beb6083a09ac9b229725bca3b2baafb360c6 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Fri, 14 Feb 2014 00:15:36 +0000 Subject: [PATCH] Text update. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20fc3da36..879256bf3 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ New Examples: Updates: +* Massive thanks to clark-stevenson for doing an amazing job update the TypeScript definitions file. * Debug.renderRectangle has a new parameter: filled. If true it renders as with fillRect, if false strokeRect. * Phaser.AnimationParser now sets the trimmed data directly for Pixi Texture frames. Tested across JSON Hash, JSON Data, Sprite Sheet and XML. * Game.add.renderTexture now has the addToCache parameter. If set the texture will be stored in Game.Cache and can be retrieved with Cache.getTexture(key).