TypeScript file updated, now compiles without error in VS and FlashDevelop.

This commit is contained in:
photonstorm
2013-12-06 13:48:40 +00:00
parent 886618c056
commit 13a03f3620
2 changed files with 25 additions and 25 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ function create() {
layer = game.add.tilemapLayer(0, 0, 400, 600, null, map, 0);
// layer2 = game.add.tilemapLayer(0, 0, 400, 600, null, map, 0);
layer.cameraOffset.x = 400;
// layer.cameraOffset.x = 400;
layer.alpha = 0.5;
// tileset = game.add.tileset('tilesNes');
// layer = game.add.tilemapLayer(0, 0, map.layers[0].width*tilesetNes.tileWidth, 600, tileset, map, 0);