mirror of
https://github.com/wassname/phaser.git
synced 2026-08-13 12:30:11 +08:00
Tileset working, map coming next.
This commit is contained in:
+3
-1
@@ -109,7 +109,9 @@ Phaser.Tile.prototype = {
|
||||
* @method destroy
|
||||
*/
|
||||
destroy: function () {
|
||||
this.tilemap = null;
|
||||
|
||||
this.tileset = null;
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user