Jump to content

I can find documentation for arc, fillStyle, closePath, strokeStyle, lineWidth, …


pat
 Share

Recommended Posts

Hello all,

 

It is a stupid question (one more) but I am trying to draw in the bitmapData

For example:

bmd = game.add.bitmapData(800,600);var color = 'yellow';        bmd.ctx.beginPath();bmd.ctx.lineWidth = "6";bmd.ctx.strokeStyle = color;bmd.ctx.stroke();

Where is the documentation of these commands

I can not find them in the documentation

http://docs.phaser.io/Phaser.BitmapData.html?

 

Where are they ??

 

Thanks a lot

 

Patrick

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...