mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 11:33:28 +00:00
Update LayerData.js
This commit is contained in:
parent
a8719c5697
commit
71cf182d97
1 changed files with 0 additions and 3 deletions
|
@ -118,7 +118,6 @@ var LayerData = new Class({
|
|||
*/
|
||||
this.orientation = GetFastValue(config, 'orientation', 'orthogonal');
|
||||
|
||||
|
||||
/**
|
||||
* The width in pixels of the entire layer.
|
||||
*
|
||||
|
@ -217,8 +216,6 @@ var LayerData = new Class({
|
|||
* @since 3.0.0
|
||||
*/
|
||||
this.tilemapLayer = GetFastValue(config, 'tilemapLayer', null);
|
||||
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue