We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbeb1c commit 19584b7Copy full SHA for 19584b7
1 file changed
README.md
@@ -260,6 +260,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
260
* Line.rotateAround allows you to rotate a Line around the given coordinates (in world space)
261
* Line.centerOn will position the Line so that its midpoint lays on the coordinates given.
262
* BitmapData.line draws a line to the BitmapData in the color and thickness specified.
263
+* BitmapData.op is a handy short-code to get and set the canvas global composite operator.
264
265
### Updates
266
0 commit comments