From e39073d07b06c9415606d4c71508504bc9277963 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 2 May 2013 05:02:05 +0100 Subject: [PATCH] Updated readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 36129d0c..a4857f9f 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,7 @@ V0.9.5 * Added TilemapLayer.replaceTile - scans the given region of the map and replaces all instances of tileA with tileB. tileB is left unaffected. * Added TilemapLayer.fillTiles - fills the given region of the map with the tile specified. * Added TilemapLayer.randomiseTiles - fills the given region of the map with a random tile from the list specified. - - +* Added fun new "map draw" test - reflect those carrots! :) Requirements ------------