kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
4.4k stars 851 forks source link

Change the description of drawEllipse #152

Closed zijian-z closed 3 years ago

zijian-z commented 3 years ago

drawEllipse(x, y, width, height), x is the X coordinate of the center of the ellipse, and width is the half width of the ellipse.