Skip to content

Commit 283bb46

Browse files
authored
Update ParseJSONTiled.js
1 parent 71cf182 commit 283bb46

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tilemaps/parsers/tiled/ParseJSONTiled.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ var ParseJSONTiled = function (name, json, insertNull)
3535
if (json.orientation === 'isometric')
3636
{
3737
console.warn('isometric map types are WIP in this version of Phaser');
38-
3938
}
4039
else if (json.orientation !== 'orthogonal')
4140
{
42-
console.warn('Only orthogonal map types are supported in this version of Phaser');
41+
console.warn('Only orthogonal and standard isometric map types are supported in this version of Phaser');
4342
return null;
4443
}
4544

0 commit comments

Comments
 (0)