mirror of
https://github.com/photonstorm/phaser
synced 2025-01-09 19:58:52 +00:00
Update Tile.js
This commit is contained in:
parent
4ca9f5dbf1
commit
7ba3771045
1 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ var Rectangle = require('../geom/rectangle');
|
||||||
* support multiple tileset sizes within one map, but they are still placed at intervals of the
|
* support multiple tileset sizes within one map, but they are still placed at intervals of the
|
||||||
* base tile height.
|
* base tile height.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Tile = new Class({
|
var Tile = new Class({
|
||||||
|
|
||||||
Mixins: [
|
Mixins: [
|
||||||
|
@ -275,7 +274,6 @@ var Tile = new Class({
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
this.physics = {};
|
this.physics = {};
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue