Skip to content

Commit e87fc84

Browse files
committed
comment - Tile.scale is currently unused
1 parent 2a2c82e commit e87fc84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tilemap/Tile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Phaser.Tile = function (layer, index, x, y, width, height) {
8080

8181
/**
8282
* @property {number} alpha - The alpha value at which this tile is drawn to the canvas.
83+
* TODO: currently unused for both Canvas and WebGL renderers
8384
*/
8485
this.alpha = 1;
8586

0 commit comments

Comments
 (0)