Improved TilemapLayer rendering and debug rendering significantly. Cleared out some old assets and added a new map.

This commit is contained in:
photonstorm
2013-12-18 00:44:04 +00:00
parent dd7ae12271
commit 50eee95c99
20 changed files with 3400 additions and 17525 deletions
+5
View File
@@ -44,6 +44,11 @@ Change Log
Version 1.1.4 - "Kandor" - In development
Significant API changes:
* Loader.tileset has a new method signature. Please use the new format: load.tileset(key, url, tileWidth, tileHeight, tileMargin, tileSpacing, rows, columns, total).
New features:
* Added a stage.fullScreenScaleMode property to determine scaling when fullscreen (thanks oysterCrusher)