We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c99f97 commit 2b90f2cCopy full SHA for 2b90f2c
1 file changed
src/gameobjects/BitmapData.js
@@ -1730,6 +1730,8 @@ Phaser.BitmapData.prototype = {
1730
ctx.shadowOffsetX = x || 10;
1731
ctx.shadowOffsetY = y || 10;
1732
}
1733
+
1734
+ return this;
1735
1736
},
1737
@@ -1881,6 +1883,8 @@ Phaser.BitmapData.prototype = {
1881
1883
ctx.fillText(text, x, y);
1882
1884
1885
ctx.font = prevFont;
1886
1887
1888
1889
1890
0 commit comments